Hi everybody,
I have created a script, it allow to the player to freeze and unfreeze himself.
How to use :
Place a dynamic light in your level, select like main script this script, enter FREEZEME in game to freeze you, if you want to control the player again, enter UNFREEZEME.
YOU NEED FPS CREATOR V1.03 OR HIGHTER TO USE THIS SCRIPT
How to install
Open the code, put it into a FPI file and follow the How to use.
;Artificial Intelligence Script
;by Shepard62700FR
;Place a dynamic light in your level and set this script at main script
;Headers
desc = Cheat allow to freeze and un unfreeze the player
;Triggers
;Enter FREEZEME to freeze the player
:state=0,scancodekeypressed=33:state=1
:state=1,scancodekeypressed=19:state=2
:state=2,scancodekeypressed=18:state=3
:state=3,scancodekeypressed=18:state=4
:state=4,scancodekeypressed=44:state=5
:state=5,scancodekeypressed=18:state=6
:state=6,scancodekeypressed=50:state=7
:state=7,scancodekeypressed=18,plrfreeze=1:state=8
;Enter UNFREEZEME to control the player
:state=8,scancodekeypressed=22:state=9
:state=9,scancodekeypressed=49:state=10
:state=10,scancodekeypressed=33:state=11
:state=11,scancodekeypressed=19:state=12
:state=12,scancodekeypressed=18:state=13
:state=13,scancodekeypressed=18:state=14
:state=14,scancodekeypressed=44:state=15
:state=15,scancodekeypressed=18:state=16
:state=16,scancodekeypressed=50:state=17
:state=17,scancodekeypressed=18,plrfreeze=0:state=0
;End of Script
Please report any bugs if there are, and please be indulgent, this is my first script
Sorry for my bad English (if)
Shepard62700FR
When you spot a sniper, don't stay in his scope or you will die.
Working on a FPSC X9 Game called "The Prisonner".