Quote: "Is there a script to make it so when you press like "1,1,5,3,7" or something a script will run in this case that script would be the invincibly script"
Invinciblity can be emulated by adding a looping
plraddhealth= script to a
dynamic entity set to
AlwaysActive=YES.
;invincibility script by Nue B.
; Type BUG to initiate and POP to disable.
:state=0,scancodekeypressed=48:state=1
:state=1,scancodekeypressed=22:state=2
:state=2,scancodekeypressed=34:state=3
:state=3,plrhealthless=100:state=4
:state=4:plraddhealth=100,state=3
:state=3,scancodekeypressed=25:plraddhealth=100,state=5
:state=5,scancodekeypressed=24:plraddhealth=100,state=6
:state=6,scancodekeypressed=25:plraddhealth=100,state=0
;End of script