CodeHunterEx 0 Posted September 19, 2018 I am trying an experiment. I have 6 maps and each map has an autorun event. When the event is complete and it goes to the next map, does the event automatically get removed and ignored (no longer running), or do I need to use 'erase event' before I go to the next map? Share this post Link to post Share on other sites
+ Dark Influence 251 Posted September 19, 2018 If the event transfers the player to another map before it has finished all of its commands, it will still continue running after the transfer until it has finished. Share this post Link to post Share on other sites
CodeHunterEx 0 Posted September 19, 2018 Transfer is the last command in each event. Just before the transfer I have 'Erase Event'. Don't know if that is necessary or not. The 6 maps are only used on 'New Game'. Once it completes it is on the main map for the game. Share this post Link to post Share on other sites
+ Dark Influence 251 Posted September 19, 2018 You don't need the Erase Event command in that case. An auto event on one map won't repeat when the player is transferred to another map, even if the event is still ongoing after the transfer. Share this post Link to post Share on other sites
roninator2 257 Posted September 19, 2018 Erase event is only for removing events while you are on the map. When you return to that map the event is there again. So if it was an autorun, then every time you visit the same map, the autorun would run. Share this post Link to post Share on other sites