RUNNING

Posts

Pages: 1
sorry for the other topic i dont know how to explain it,I wanna create a button for running but I dont know how. and I am using RPG maker 2003
Thanks ;D but i dont understand very well this part
KEY INPUT PROCESSING (No Wait, Check to see if SHIFT is pressed)
IF VAR EQUALS 7 (or whatever SHIFT is)
Key Input Processing stores a value representing the key that was pressed (Shift has a value of 7) in a variable (0001 in this case). No wait means 'Wait until key is pressed' is unchecked. Within a loop, it makes it so that the key must be held down and not simply pressed.
The following conditional is what ensures that the shift key is being used.

Clearer?
Pages: 1