the event doesn't seem to be checking whether or not I am currently reloading...
You are resetting the variable in event 26. Just move/copy the 'Set isReloading = 0' to both 24 and 25, so that the variable is reset after the Wait. Right now it is higher than the scope of the Wait.
Develop games in your browser. Powerful, performant & highly capable.
so the sub events aren't ran in order from top to bottom?
They are, but Wait does not block - this is a common mistake everybody makes. Wait will spawn off and run those events under it after the wait period. Event 26 will still run immediately though.
hmm... interesting thanks for the help, is there a way i can give rep for your help.
No, it accumulates slowly.