Here's a fix for the "keypad.fpi" script in my game. This should allow for laptop/notebook owners to finish the game. just copy and paste the code below into the file replacing all the text in the Keypad.fpi file. save and play the game. Let me know if there's any problems.
;Artificial Intelligence Script
;By Billy Robinson
;AKA: Nue B.
;[email protected]
;Header
desc = keypad (open remote door)
;Triggers
:state=0,plrdistwithin=60:state=10
:state=10,plrhaskey=1,plrdistwithin=50,keypressed=80:state=1,plrsound=$0
:state=10,plrhaskey=1,plrdistwithin=50,keypressed=3:state=1,plrsound=$0
:state=1,plrdistwithin=50,keypressed=79:state=2,plrsound=$0
:state=1,plrdistwithin=50,keypressed=2:state=2,plrsound=$0
:state=2,plrdistwithin=50,keypressed=73:state=3,plrsound=$0
:state=2,plrdistwithin=50,keypressed=10:state=3,plrsound=$0
:state=3,plrdistwithin=50,keypressed=76:state=4,activateifused=1,plrsound=$1,alttexture=1
:state=3,plrdistwithin=50,keypressed=6:state=4,activateifused=1,plrsound=$1,alttexture=1
:state=10,plrdistfurther=50:state=0
:state=1,plrdistfurther=50:state=0
:state=2,plrdistfurther=50:state=0
:state=3,plrdistfurther=50:state=0
:state=4,plrdistfurther=50:state=0
:state=10,plrdistwithin=50,keypressed=71:state=0,plrsound=$0
:state=10,plrdistwithin=50,keypressed=72:state=0,plrsound=$0
:state=10,plrdistwithin=50,keypressed=81:state=0,plrsound=$0
:state=10,plrdistwithin=50,keypressed=76:state=0,plrsound=$0
:state=10,plrdistwithin=50,keypressed=77:state=0,plrsound=$0
:state=10,plrdistwithin=50,keypressed=82:state=0,plrsound=$0
:state=10,plrdistwithin=50,keypressed=75:state=0,plrsound=$0
:state=10,plrdistwithin=50,keypressed=80:state=0,plrsound=$0
:state=10,plrdistwithin=50,keypressed=79:state=0,plrsound=$0
:state=10,plrdistwithin=50,keypressed=73:state=0,plrsound=$0
;End of Script
;For best audio effects
;$0 should = "audiobank\switches\press.wav"
;$1 should = "audiobank\switches\activate.wav"
*This keypad script is unique to my Game Quarantined, so if you want to use it in your game you'll have to either edit the script or use the same access code in your game. *
Nue B. or not Nue B. That is the question.