Jump to content
CodeHunterEx

Autorun for events

Recommended Posts

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

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×
Top ArrowTop Arrow Highlighted