Hi,
i want a event that runs exactly once everytime the player enters the map (and/or loads the game on that map).
Atm i have done it once simply by a switch that was resetted in every teleporter leading out of the map but now i have a situation where there are many teleporters so lazy me wants a better variant (also this doesn't work for game loads i have a map where after a certain event people are placed differently but i read that wenn you save the position of moved events is not)
is there some way like a automatic resetting self switch or something?
Make a event running once everytime the player enters the map.
● ARCHIVED · READ-ONLY
-
-
Just have the event on auto-run and the erase the event.
-
yeah that could work
many thanks ^^ -
Have the event on parallel process with Erase Event as the last command.
That way, stuff will happen BEFORE the player sees the map. -
i guess i can use both ^^
-
Oh ya, parallel runs before the map is displayed.