Skip to content

Auto events #61

@nskins

Description

@nskins

Some Events may need to be triggered automatically. For instance, an NPC may require a fee to cross a particular Tile. Upon moving to that Tile, the Event must start running.

One idea for the implementation would be to add an auto_event member variable (of type Event) to Tile. Upon moving to the Tile and seeing that auto_event is not nil and also visible, run auto_event.

Send pull requests to the auto-events branch.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions