Sorry if this sounds like a request...
now i think (i've only done small scripts so sorry if im wrong) scancodekeypressed= is the command that checks if (or waits for) you to press a key, i was wondering if:
you could have a number of keys (a coded message) pressed together with a time limit between each key (5sec) so you dont accidently discover the secret code
im
terrible at scripting from scratch, but heres my attempt minus a few things
;Cheatcode Script By Ocho
;Improved by
;keycode HEALALLHEALTH
;key numbers 36 19 31 39 - 52 19 - 17 23 24 48
;Header
desc = Health Cheat, Code "healmequick"
;Main Code
:state=0,plrwithinzone=1,state=1
:state=1,scancodekeypressed=36,state=2
:state=3,scancodekeypressed=19,state=10
:state=10,plraddhealth=50,plrsound=audiobank\items\healthup.wav,state=1
;End of Script
have yet to try, and is unfinished, will it work as it is?