AnidemDex / Godot-DialogPlugin

🗨️ A Dialog Node for Godot Engine
MIT License
213 stars 11 forks source link

Jump to event only show events related to its timeline #11

Closed AnidemDex closed 3 years ago

AnidemDex commented 3 years ago

If you try to jump to another event inside an conditional event, you only can jump to events inside the condition, not in the timeline that is out of it.

AnidemDex commented 3 years ago

It is obvious that this is its usual operation, and in reality it is working as it should, rather it should change the operation of the event.

Crystalwarrior commented 3 years ago

Jump to Event no longer even shows any events period, just letting you choose a number in a spinbox

AnidemDex commented 3 years ago

Jump to Event no longer even shows any events period, just letting you choose a number in a spinbox

This is due how events are generated right now, no problem there (at least, not in code side, but in design side instead)

AnidemDex commented 3 years ago

Ok, I think we can use change timeline event with the start in event to choose the event outside the condition

AnidemDex commented 3 years ago

Ok, I think we can use change timeline event with the start in event to choose the event outside the condition

Yep, we can use that. Closing this issue in favor of that alternative.

Note: Needs to be documented