- Joined
- Apr 24, 2016
- Messages
- 24
- Reaction score
- 0
- First Language
- English
- Primarily Uses
Can someone make a script for me that will make your character invisible by a press of a button?
Last edited by a moderator:
So I did this, and they move at first then once they move their first set, they stop.Parallel events loop automatically. If you enter a loop command, it will repeat the commands inside that loop forever, unless you use a break loop command inside the loop.
Point is, you don't need a loop in that parallel event at all.
Also, make sure to enable the "Skip if can not move" option for all evented move routes, because if the event can't finish the move route, that event will freeze if you don't enable that option.