Hey guys, can you help me with this? :haha:
http://www.youtube.com/watch?v=u3tMoPQ51bw&feature=youtu.be
The video is private right now.
Thanks for letting me know, the video is now public.
the second guy needs to be an auto run or parrallel proccess, the difference between the two is auto run stops you from inputing actions, whereas parrallel proccess runs along with your input, also to save on using switches, you could call a move command to move the character from within a separate event, so say:
1. show text
2. move event(1) right x times
3. whatever else you wanna do
4. control self switch so i dont repeat
that will save on switches, but say in a case you want to move more than 1 player then a switch would be better suited
Especially for a cutscene, you're better off running the whole thing in just one event rather than flipping switches on and defining every event's move routes within their own event commands list.
Thanks for your guys help! RESOLVED!