A Sugarcube Widget to Display Debug-Mode Message
Here's a widget I wrote on 5/8/25 to display helpful developer messages during the development phase:
Obviously, this widget relies upon a story variable, $releaseVersionOfGame
, because it checks this boolean. Ideally, this boolean would be set in passage StoryInit
in your Sugarcube game.
Then, whenever you want to show a message in a passage (for instance, to reassure yourself that $inventory has the contents you think it has), you do something like this:
→