Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GabeMZ_EventTouchInteract.js] Events on the same tile are executed in Sequence #1

Open
rf-peixoto opened this issue Sep 2, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rf-peixoto
Copy link
Member

Describe the bug:
When there is more than one event on the same tile, the plugin executes both. The priority is defined according to the tile update. That is, the last event to enter the area is executed before the others.

To Reproduce:
Create two events, one of which is tagged with the "Through" tag. Move both to the same tile and activate the operation with the mouse.

Expected behavior:
The behavior is unlikely, but not impossible. In case it happens, the plugin could only execute one of the events involved. It may even allow the developer to decide which one by creating a <priority: N> or similar tag.

Screenshots:
https://imgur.com/XGFWZza

Additional context:
I don't see why to "fix" the problem, preventing it from happening if desired. It can be an interesting feature.

@Dromarch Dromarch added the bug Something isn't working label Jul 2, 2021
@Dromarch Dromarch self-assigned this Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants