Hello, I've been using Zeriab's "reintroducing the button input process known from RMXP" script found here:
http://www.rmxp.org/forums/index.php?topic=45057.0
I can't seem to make the system read if the player is repeatedly pressing a button or not, it seems to just read if the player has the button pressed (or held). I guess what I'm asking is, is there a way to modify the script so that it reads if the button is being depressed and then pressed again? Maybe even add an option to read if the button is not being pressed.
Also, there are these three options which ask for the player to press a certain button:
button_trigger(14)
button_press(14)
button_repeat(14)
They all seem to do the same thing, if there is a difference can someone point it out?
http://www.rmxp.org/forums/index.php?topic=45057.0
I can't seem to make the system read if the player is repeatedly pressing a button or not, it seems to just read if the player has the button pressed (or held). I guess what I'm asking is, is there a way to modify the script so that it reads if the button is being depressed and then pressed again? Maybe even add an option to read if the button is not being pressed.
Also, there are these three options which ask for the player to press a certain button:
button_trigger(14)
button_press(14)
button_repeat(14)
They all seem to do the same thing, if there is a difference can someone point it out?