hello everyone :) i have this map for a classroom and then there are chairs (which are graphic events) that have sitting animations. when my main character walks in the classroom, i want to have characters (which are other students) sitting on the chairs, so how do i do it if 2 graphic events are not allowed? :(
graphic event problem
● ARCHIVED · READ-ONLY
-
-
the editor does not allow the placement of two events on the same coordinates.
There are two ways to solve your problem:
1) make the chairs map tiles instead of events
2) place the students on different positions than the chairs with "through = ON" and use a single parallel process on that map to move all student events to chair positions when the player enters the map during game (erase event after completing those moves) -
ohh thanks :D i'll go with #2. so there's going to be one parallel process event per student? yup i guess so. thank you Andar :)
-
No, ONE parallel process event that will do a Set Event Location for each child, and then erase itself.
You might want 2 pages on each child event - one with random movement, then another with no movement, conditioned by a switch, and the switch is either off or on depending on whether you want them sitting or standing & walking around. -
oh :) alright, i'll do that. thanks!
-
This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.