Skip to content

More values ​​for variables #588

@genitr

Description

@genitr

Is your feature request related to a problem? Please describe.
There was a discussion in the forum about whether events can trigger other events on collision. It turned out that this is technically difficult and not possible. However, this in turn can be a very useful feature.

Describe the solution you'd like
I suggest doing it a little differently. It is necessary to add the ability to bind the X,Y coordinates of the event, player, enemy to a variable. Based on the fact that the size of each map is 32x26, then the X coordinate will be between 0 and 31, Y between 0 and 25. That is, there should not be a binding to a specific map, instead, when switching from one map to another, the coordinates should be updated.

Additional context
Thus, through the "dynamic requirements" you can set a map and two variables with coordinates to check in which cell the event, player, enemy is located.

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