Skip to content

Map initialization routines #133

@melody-rs

Description

@melody-rs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions