Hey ther!
Today I was trying to edit a script [Flashlight script. using the commands of TZK's mod] and I found myself attempting to change the scancodekey [using "33"] to mousestate=2, for a more lean enviroment, now, as looking at the script, I saw:
Quote: ":State=2,KeyPressed=33 1:FlashLightOn,State=3,hudshow=flash,Sound=AudioBank\onoff.wav
:State=3,KeyPressed=33 0:State=4
:State=4,KeyPressed=33 1:FlashLightOff,State=5,hudunshow=flash,Sound=AudioBank\onoff.wav
:State=5,KeyPressed=33 0:State=2"
And I saw mousestate would need to "Add" something to make up for "0" and "1", would you aid me in this? Also the fpi editpad didn't acknowledge "Mousestate" as a correct condition/action, do I have a big typo or am I going wrong somewhere here? I know I have to add "Pickup" in the first "intro" lines... I'm also not sure why is there a 0 and 1 after the keypressed.
------