nsensfel / tonkadur

Narrative scripting/programming tool. Write stories in your favorite editor using a feature-rich language, compile them into a very small and simple language to easily integrate them into your game.
https://tonkadur.of.tacticians.online
Apache License 2.0
3 stars 0 forks source link

Add choice options that do not cause the choice to complete #42

Open nsensfel opened 2 years ago

nsensfel commented 2 years ago

It's an event or text option that loops back to the very player choice that spawned it. I think use cases such as help menus and dialogues that include providing information to the player as they're presented with a list of questions to ask are frequent enough to warrant the addition. This avoids having to write a loop around the player choice.