Make a event running once everytime the player enters the map.

● ARCHIVED · READ-ONLY
Started by Matombo 6 posts View original ↗
  1. 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?
  2. Just have the event on auto-run and the erase the event.
  3. yeah that could work

    many thanks ^^
  4. Have the event on parallel process with Erase Event as the last command.


    That way, stuff will happen BEFORE the player sees the map.
  5. i guess i can use both ^^
  6. Oh ya, parallel runs before the map is displayed.