Well, almost. Ok, after seven hours of scripting and double checking my work. I have created a cheat code system in FPSC! Baisicaly, assign a light the script and you are gold.
It has the following functions:
Ambience=x
Sets ambience to 0-30 in increments of five by typing 1-7 on the keyboad
Addhealth
adds 50 health to the player
Freezeme
OR
Unfreezeme
Freezes and Unfreezes the player
KIllme
Kills the player is he or she gets stuck in a glitch
Sky=x
Used to change sky value by using 1-5 on keypad.
(you can change which skys are used in the script)
Takehealth
Subtracts 100 health from the player
Those are the current commands. More can be added. You simply have to add them into the main menu and possibly into the sub menus in necessary.
This is quite simple to grasp.
To use in game. ( might not work in a test game due to keyboard shortcuts ):
Press "~" (can be changed) to enter the cheat menu.
Type in one of the above cheat codes.
That's it.
Now Here is the script I use for this.
WARNING: LONG LOAD TIME
;Artificial Intelligence Script
; by Hybrid
;This script may be used or altered freely and for any purpose
;My name must be in the credits, though. That's it.
;sorry for all of the markings, it was confusing.
;Header
desc = CHEATS script (uses "~" key)
;player always has option to exit used "~" to enter menu and to exit at any time.
;_________________________________________________________________________________________
; INTRO FPI AND HUD SETUP - DONE
:state=0:hudreset,hudx=20,hudy=15,hudimagefine=gamecorehudscheats.tga,hudname=cheats,hudhide=1,hudmake=display,state=3
:state=3,scancodekeypressed=41:state=2,plrsound=audiobankmiscping.wav,hudshow=cheats,plrfreeze=1
;-------------------------------------------------------------------------------
; first cheracter menu. - DONE
;exiting code
:State=2,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;f /
:State=2,scancodekeypressed=33:state=4
;u /
:State=2,scancodekeypressed=22:state=14
;a - needs submenu later / /
:State=2,scancodekeypressed=30:state=25
;t /
:State=2,scancodekeypressed=20:state=45
;k /
:State=2,scancodekeypressed=37:state=60
;s - needs submenu /
:State=2,scancodekeypressed=31:state=70
;---------------------------------------------------------------------------
;f reezeme - DONE
;r
:state=4,scancodekeypressed=19:state=5
:State=4,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;e
:state=5,scancodekeypressed=18:state=6
:State=5,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;e
:state=6,scancodekeypressed=18:state=7
:State=6,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;z
:state=7,scancodekeypressed=44:state=8
:State=7,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;e
:state=8,scancodekeypressed=18:state=9
:State=8,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;m
:state=9,scancodekeypressed=50:state=10
:State=9,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;needs special exiting script to end so plr stays frozen.
;e
:state=10,scancodekeypressed=18:state=12
:State=10,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
:state=12:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=1
;-------------------------------------------------------------------------------
;U nfreezeme - DONE
;n
:state=14,scancodekeypressed=49:state=15
:state=14,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;f
:state=15,scancodekeypressed=33:state=16
:state=15,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;r
:state=16,scancodekeypressed=19:state=17
:State=16,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;e
:state=17,scancodekeypressed=18:state=18
:State=17,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;e
:state=18,scancodekeypressed=18:state=19
:State=18,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;z
:state=19,scancodekeypressed=44:state=20
:State=19,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;e
:state=20,scancodekeypressed=18:state=21
:State=20,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;m
:state=21,scancodekeypressed=50:state=22
:State=21,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;needs special exiting script to end.
;e
:state=22,scancodekeypressed=18:state=23
:State=22,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
:state=23:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0
;------------------------------------------------------------------------------
;A words submebu - DONE
;a ddhealth - d /
:state=25,scancodekeypressed=32:state=27
;a mbience - m /
:state=25,scancodekeypressed=50:state=36
:State=25,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;----------------------------------------------------------------------------
;ad dhealth - DONE
;d
:state=27,scancodekeypressed=32:state=28
:State=27,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;h
:state=28,scancodekeypressed=35:state=28
:State=28,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;e
:state=29,scancodekeypressed=18:state=28
:State=29,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;a
:state=30,scancodekeypressed=30:state=28
:State=30,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;l
:state=31,scancodekeypressed=38:state=28
:State=31,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;t
:state=32,scancodekeypressed=20:state=28
:State=32,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;h
:state=33,scancodekeypressed=35:state=34
:State=33,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
:state=34:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,plraddhealth=50
;------------------------------------------------------------------------------
;am bience - DONE
;also needs sub-submenu /
;NOTE: ONLY SETS AT INCRIMENTS OF FIVE FROM 0 - 30
;b
:state=36,scancodekeypressed=48:state=37
:State=36,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;i
:state=37,scancodekeypressed=23:state=38
:State=37,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;e
:state=38,scancodekeypressed=18:state=39
:State=38,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;n
:state=39,scancodekeypressed=49:state=40
:State=39,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;c
:state=40,scancodekeypressed=46:state=41
:State=40,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;e
:state=41,scancodekeypressed=18:state=42
:State=41,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;-----------------------------------------------------
;ambience sub-submenu / / / / / / / - DONE
;NOTE: ONLY SETS AT INCRIMENTS OF FIVE FROM 0 - 30
;1
:state=42,scancodekeypressed=2:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,ambience=0
;2
:state=42,scancodekeypressed=3:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,ambience=5
;3
:state=42,scancodekeypressed=4:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,ambience=10
;4
:state=42,scancodekeypressed=5:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,ambience=15
;5
:state=42,scancodekeypressed=6:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,ambience=20
;6
:state=42,scancodekeypressed=7:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,ambience=25
;7
:state=42,scancodekeypressed=8:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,ambience=30
;EXIT OPTION
:state=42,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;-----------------------------------------------------------------------------------
;t akehealth subtracts 100 health / - DONE
;a
:state=45,scancodekeypressed=30:state=46
:state=45,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;k
:state=46,scancodekeypressed=37:state=47
:state=46,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;e
:state=47,scancodekeypressed=18:state=48
:state=47,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;h
:state=48,scancodekeypressed=35:state=49
:state=48,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;e
:state=49,scancodekeypressed=18:state=50
:state=49,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;a
:state=50,scancodekeypressed=30:state=51
:state=50,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;l
:state=51,scancodekeypressed=38:state=52
:state=51,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;t
:state=52,scancodekeypressed=20:state=53
:state=52,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;h
:state=53,scancodekeypressed=35:state=54
:state=53,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
:state=54:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,plraddhealth=-100
;---------------------------------------------------------------------------------------
;K illme / - DONE
;i
:state=60,scancodekeypressed=23:state=61
:state=60,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;l
:state=61,scancodekeypressed=38:state=62
:state=61,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;l
:state=62,scancodekeypressed=38:state=63
:state=62,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;m
:state=63,scancodekeypressed=50:state=64
:state=63,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;e
:state=64,scancodekeypressed=18:state=65
:state=64,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
:state=65:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,plraddhealth=-10000
;-----------------------------------------------------------------------
;s ky = 1,2,3,4,5 / - DONE
;NOTE: ONLY LOADS FIVE SKYS --> CHANGE TO SUIT
;k
:state=70,scancodekeypressed=37:state=71
:state=70,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;y
:state=71,scancodekeypressed=21:state=73
:state=71,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;---------------------------------------------------------------
;sky submenu / / / / / - DONE
;NOTE: ONLY SETS AT INCRIMENTS OF FIVE FROM 0 - 30
;1
:state=73,scancodekeypressed=2:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,sky=skybankww2Cty
;2
:state=73,scancodekeypressed=3:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,sky=skybankww2Gas
;3
:state=73,scancodekeypressed=4:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,sky=skybanknaturalNgt
;4
:state=73,scancodekeypressed=5:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,sky=skybanknaturalPln
;5
:state=73,scancodekeypressed=6:state=0,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0,sky=skybankscifiNeo
;EXIT OPTION
:state=73,scancodekeypressed=41:state=0,hudfadeout=cheats,plrfreeze=0
;END OF SCRIPT
;WOW that was long! :)
WOW that was long. HOWEVER, it is still in the beta phases. I still need to test every aspect it and proofread this. THIS IS WHERE I NEED YOU GUYS TO HELP!!! Please, help this project out. I need people to test this and help me check this. Please.
Anyhow, back to usage. To set this up:
1. place a DYNAMIC LIGHT in your map and give it this script.
2. Place the included HUD in
gamecoreHUDScheats.tga
That should be it. Here is the immage:
If not, you can always make your own HUD and mess around with its location.
Pleae comment guys. Thanks.
EDIT: I have already found bugs that I am working on.
Here is the revised version, but It still doesn't work.
;Artificial Intelligence Script
; by Hybrid
;This script may be used or altered freely and for any purpose
;My name must be in the credits, though. That's it.
;sorry for all of the markings, it was confusing.
;Header
desc = CHEATS script (uses "~" key to exit) (use "" to activate cheats}
;player always has option to exit uses to enter menu and to exit at any time.
;_________________________________________________________________________________________
; INTRO FPI AND HUD SETUP - DONE
:state=0:hudreset,hudx=20,hudy=5,hudimagefine=gamecorehudscheats.tga,hudname=cheats,hudhide=1,hudmake=display,state=3
:state=3,scancodekeypressed=43:state=2,plrsound=audiobankmiscping.wav,hudshow=cheats
;-------------------------------------------------------------------------------
; first cheracter menu. - DONE
;exiting code
:State=2,scancodekeypressed=41:state=3,hudfadeout=cheats
;f /
:State=2,scancodekeypressed=33:state=4
;u /
:State=2,scancodekeypressed=22:state=14
;a - needs submenu later / /
:State=2,scancodekeypressed=30:state=25
;t /
:State=2,scancodekeypressed=20:state=45
;k /
:State=2,scancodekeypressed=37:state=60
;s - needs submenu /
:State=2,scancodekeypressed=31:state=70
;---------------------------------------------------------------------------
;f reezeme - DONE
;r
:state=4,scancodekeypressed=19:state=5
:State=4,scancodekeypressed=41:state=3,hudfadeout=cheats
;e
:state=5,scancodekeypressed=18:state=6
:State=5,scancodekeypressed=41:state=3,hudfadeout=cheats
;e
:state=6,scancodekeypressed=18:state=7
:State=6,scancodekeypressed=41:state=3,hudfadeout=cheats
;z
:state=7,scancodekeypressed=44:state=8
:State=7,scancodekeypressed=41:state=3,hudfadeout=cheats
;e
:state=8,scancodekeypressed=18:state=9
:State=8,scancodekeypressed=41:state=3,hudfadeout=cheats
;m
:state=9,scancodekeypressed=50:state=10
:State=9,scancodekeypressed=41:state=3,hudfadeout=cheats
;needs special exiting script to end so plr stays frozen.
;e
:state=10,scancodekeypressed=18:state=12
:State=10,scancodekeypressed=41:state=3,hudfadeout=cheats
:state=12:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=1
;-------------------------------------------------------------------------------
;U nfreezeme - DONE
;n
:state=14,scancodekeypressed=49:state=15
:state=14,scancodekeypressed=41:state=3,hudfadeout=cheats
;f
:state=15,scancodekeypressed=33:state=16
:state=15,scancodekeypressed=41:state=3,hudfadeout=cheats
;r
:state=16,scancodekeypressed=19:state=17
:State=16,scancodekeypressed=41:state=3,hudfadeout=cheats
;e
:state=17,scancodekeypressed=18:state=18
:State=17,scancodekeypressed=41:state=3,hudfadeout=cheats
;e
:state=18,scancodekeypressed=18:state=19
:State=18,scancodekeypressed=41:state=3,hudfadeout=cheats
;z
:state=19,scancodekeypressed=44:state=20
:State=19,scancodekeypressed=41:state=3,hudfadeout=cheats
;e
:state=20,scancodekeypressed=18:state=21
:State=20,scancodekeypressed=41:state=3,hudfadeout=cheats
;m
:state=21,scancodekeypressed=50:state=22
:State=21,scancodekeypressed=41:state=3,hudfadeout=cheats
;needs special exiting script to end.
;e
:state=22,scancodekeypressed=18:state=23
:State=22,scancodekeypressed=41:state=3,hudfadeout=cheats
:state=23:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plrfreeze=0
;------------------------------------------------------------------------------
;A words submebu - DONE
;a ddhealth - d /
:state=25,scancodekeypressed=32:state=27
;a mbience - m /
:state=25,scancodekeypressed=50:state=36
:State=25,scancodekeypressed=41:state=3,hudfadeout=cheats
;----------------------------------------------------------------------------
;ad dhealth - DONE
;d
:state=27,scancodekeypressed=32:state=28
:State=27,scancodekeypressed=41:state=3,hudfadeout=cheats
;h
:state=28,scancodekeypressed=35:state=28
:State=28,scancodekeypressed=41:state=3,hudfadeout=cheats
;e
:state=29,scancodekeypressed=18:state=28
:State=29,scancodekeypressed=41:state=3,hudfadeout=cheats
;a
:state=30,scancodekeypressed=30:state=28
:State=30,scancodekeypressed=41:state=3,hudfadeout=cheats
;l
:state=31,scancodekeypressed=38:state=28
:State=31,scancodekeypressed=41:state=3,hudfadeout=cheats
;t
:state=32,scancodekeypressed=20:state=28
:State=32,scancodekeypressed=41:state=3,hudfadeout=cheats
;h
:state=33,scancodekeypressed=35:state=34
:State=33,scancodekeypressed=41:state=3,hudfadeout=cheats
:state=34:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plraddhealth=50
;------------------------------------------------------------------------------
;am bience - DONE
;also needs sub-submenu /
;NOTE: ONLY SETS AT INCRIMENTS OF FIVE FROM 0 - 30
;b
:state=36,scancodekeypressed=48:state=37
:State=36,scancodekeypressed=41:state=3,hudfadeout=cheats
;i
:state=37,scancodekeypressed=23:state=38
:State=37,scancodekeypressed=41:state=3,hudfadeout=cheats
;e
:state=38,scancodekeypressed=18:state=39
:State=38,scancodekeypressed=41:state=3,hudfadeout=cheats
;n
:state=39,scancodekeypressed=49:state=40
:State=39,scancodekeypressed=41:state=3,hudfadeout=cheats
;c
:state=40,scancodekeypressed=46:state=41
:State=40,scancodekeypressed=41:state=3,hudfadeout=cheats
;e
:state=41,scancodekeypressed=18:state=42
:State=41,scancodekeypressed=41:state=3,hudfadeout=cheats
;-----------------------------------------------------
;ambience sub-submenu / / / / / / / - DONE
;NOTE: ONLY SETS AT INCRIMENTS OF FIVE FROM 0 - 30
;1
:state=42,scancodekeypressed=2:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,ambience=0
;2
:state=42,scancodekeypressed=3:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,ambience=5
;3
:state=42,scancodekeypressed=4:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,ambience=10
;4
:state=42,scancodekeypressed=5:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,ambience=15
;5
:state=42,scancodekeypressed=6:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,ambience=20
;6
:state=42,scancodekeypressed=7:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,ambience=25
;7
:state=42,scancodekeypressed=8:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,ambience=30
;EXIT OPTION
:state=42,scancodekeypressed=41:state=3,hudfadeout=cheats
;-----------------------------------------------------------------------------------
;t akehealth subtracts 100 health / - DONE
;a
:state=45,scancodekeypressed=30:state=46
:state=45,scancodekeypressed=41:state=3,hudfadeout=cheats
;k
:state=46,scancodekeypressed=37:state=47
:state=46,scancodekeypressed=41:state=3,hudfadeout=cheats
;e
:state=47,scancodekeypressed=18:state=48
:state=47,scancodekeypressed=41:state=3,hudfadeout=cheats
;h
:state=48,scancodekeypressed=35:state=49
:state=48,scancodekeypressed=41:state=3,hudfadeout=cheats
;e
:state=49,scancodekeypressed=18:state=50
:state=49,scancodekeypressed=41:state=3,hudfadeout=cheats
;a
:state=50,scancodekeypressed=30:state=51
:state=50,scancodekeypressed=41:state=3,hudfadeout=cheats
;l
:state=51,scancodekeypressed=38:state=52
:state=51,scancodekeypressed=41:state=3,hudfadeout=cheats
;t
:state=52,scancodekeypressed=20:state=53
:state=52,scancodekeypressed=41:state=3,hudfadeout=cheats
;h
:state=53,scancodekeypressed=35:state=54
:state=53,scancodekeypressed=41:state=3,hudfadeout=cheats
:state=54:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plraddhealth=-100
;---------------------------------------------------------------------------------------
;K illme / - DONE
;i
:state=60,scancodekeypressed=23:state=61
:state=60,scancodekeypressed=41:state=3,hudfadeout=cheats
;l
:state=61,scancodekeypressed=38:state=62
:state=61,scancodekeypressed=41:state=3,hudfadeout=cheats
;l
:state=62,scancodekeypressed=38:state=63
:state=62,scancodekeypressed=41:state=3,hudfadeout=cheats
;m
:state=63,scancodekeypressed=50:state=64
:state=63,scancodekeypressed=41:state=3,hudfadeout=cheats
;e
:state=64,scancodekeypressed=18:state=65
:state=64,scancodekeypressed=41:state=3,hudfadeout=cheats
:state=65:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,plraddhealth=-10000
;-----------------------------------------------------------------------
;s ky = 1,2,3,4,5 / - DONE
;NOTE: ONLY LOADS FIVE SKYS --> CHANGE TO SUIT
;k
:state=70,scancodekeypressed=37:state=71
:state=70,scancodekeypressed=41:state=3,hudfadeout=cheats
;y
:state=71,scancodekeypressed=21:state=73
:state=71,scancodekeypressed=41:state=3,hudfadeout=cheats
;---------------------------------------------------------------
;sky submenu / / / / / - DONE
;NOTE: ONLY SETS AT INCRIMENTS OF FIVE FROM 0 - 30
;1
:state=73,scancodekeypressed=2:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,sky=skybankww2Cty
;2
:state=73,scancodekeypressed=3:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,sky=skybankww2Gas
;3
:state=73,scancodekeypressed=4:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,sky=skybanknaturalNgt
;4
:state=73,scancodekeypressed=5:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,sky=skybanknaturalPln
;5
:state=73,scancodekeypressed=6:state=3,plrsound=audiobankmiscping.wav,hudfadeout=cheats,sky=skybankscifiNeo
;EXIT OPTION
:state=73,scancodekeypressed=41:state=3,hudfadeout=cheats
;END OF SCRIPT
;WOW that was long! :)