generated from emilk/eframe_template
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Is your feature request related to a problem? Please describe.
It's pretty useful to run event commands when a map is first loaded. Fading Memory does this to add particles and set map backgrounds.
Describe the solution you'd like
Add support for a "map initialization routine": a set of event commands attached to a map that are automatically run when loaded. See #134 for enabling this feature
Describe alternatives you've considered
Currently, the easiest way to do this is to add an autorun event that deletes itself after it finishes processing. This isn't perfect though, the event isn't guaranteed to run immediately and may execute over a couple of frames.