Shrine of the Sword
Itsy Bitsy Exercises » Devlog

The player approaches the sword only to discover it's a fake – the real one is hidden in the hollow of the tree in back of the shrine. (A hidden dialogue trigger will activate when the player goes up to the hole.)
The goal of this exercise is to write dialogue for the elder guarding the sword. This dialogue should:
- First, direct the player to take the fake sword.
- Then, in a second interaction, reveal the true location of the sword (the tree behind the shrine).
You'll need to do some scripting with Bitsy's dialogue editor to achieve this. There are a couple different approaches you can take, scripting-wise:
- The simplest is to use a Sequence List, which allows you to script multiple interactions.
- For the more ambitious, try Branching Lists, which display dialogue conditionally if variables are true. You check check whether "sword" in inventory == 1 to react to the player having the fake sword, and "realsword" in inventory == 1 to react to them having the real sword.
Try to keep dialogue snappy – be mindful of the size of Bitsy's dialogue box. Try to achieve a comedic tone.
Files
shrine_of_the_sword.zip 61 kB
2 days ago
Get Itsy Bitsy Exercises
Download NowName your own price
Itsy Bitsy Exercises
Exercises from a narrative design class
Status | Released |
Author | Anna Anthropy |
Genre | Educational |
Tags | Bitsy, design, exercise, Narrative, narrative-design, Tutorial |
More posts
- Lunch Date at the Witch's House15 hours ago
- Stock City1 day ago
- The Museum of 1980s Artifacts3 days ago
- The Wizard's Tower4 days ago
Leave a comment
Log in with itch.io to leave a comment.