WeAreSuperhero
Sponsor
I know this is something of a simple question... but how would I be able to turn on a switch for a minute in response to an item being used? I've twigged that you need to link the item to a common event but the method I've used in the common event doesn't work -
Whenever this common event is triggered the player cannot move throughout - I know this is because of the 'wait: 100 frames' but I dont know how to rectify it - does anyone have any ideas? Thanks in advance =]
Code:
@>Control Switches: [0026: Muscle Enhancer] = ON
@>Change State: Entire Party, + [Strength Enhanced]
@>Wait: 100 Frame(s)
@>Change State: Entire Party, - [Strength Enhanced]
@>Control Switches: [0026: Muscle Enhancer] = OFF
Whenever this common event is triggered the player cannot move throughout - I know this is because of the 'wait: 100 frames' but I dont know how to rectify it - does anyone have any ideas? Thanks in advance =]