inkle / inky

An editor for ink: inkle's narrative scripting language
http://www.inklestudios.com/ink
2.42k stars 296 forks source link

Choice with -> DONE or with -> END Does not End Story #457

Open wiztensai opened 1 year ago

wiztensai commented 1 year ago

Precondition:

Code:

-> main

=== main ===
Hello world..
How are you today?
+ [Replay story] -> main
+ [Start Game] -> DONE

-> END

Step:

  1. Continue story until show choice button
  2. Choose 'Start Game' button

Actual Result: story.canContinue return true

Expected Result: story.canContinue should return false

ink step1 ink step2