atomic-junky / Monologue

Design complex dialogues for games!
https://atomic-junky.itch.io/monologue
MIT License
12 stars 2 forks source link

Monologue crashes during Test if ActionOption has invalid option ID #15

Closed RailKill closed 2 months ago

RailKill commented 2 months ago

Version: Tested in v2.1.2, still present in v2.2.3 Severity: Low

Steps to Reproduce

  1. Create an ActionNode.
  2. Select ActionOption as the action type.
  3. Enter some option ID that doesn't exist, the panel will tell you that it doesn't exist.
  4. Start the Test anyway.

Current Behavior

Monologue will crash when it reaches this ActionNode. Changes are saved so it's not a big deal, but it's an inconvenience.

Expected Behavior

The node should be skipped with a toast notification saying option ID was not found. The user should be informed of this error.

Photoshopped Preview

missing_notification