Want to make cheats? Here's a tutorial:
1.Copy this template script:
;Artificial Intelligence Script
;Header
desc = My FPI Script
;Triggers
;End of Script
2.Now add some script commands:
[/code];Artificial Intelligence Script
;Header
desc = My FPI Script
;Triggers
:state=0,scancodekeypressed=34:state=1
:state=1,scancodekeypressed=24:state=2
:state=2,scancodekeypressed=32:state=3
:state=3,plrhealthless=500:plraddhealth=1
;End of Script[code]
These commands do that if you key in "GOD" you will be invincible.
The command "scancodekeypressed=X" means that if you put a key code in the X it will do an action.
Key codes:
4.Finally, if you want to put the script in the game, put a trigger zone in any zone of your map and put this script as its main AI script. That's all!
5.If you want to know more scripts go to the FPSfree tutorial
http://download.fpsfree.com/m27t4rl16x/scripts/fpi_script.htm
6.Happy game making!