Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

If it helps, the bug appears to be a typo in a condition in the tiddler="Wardrobe" element:

if $passage == "Change Apearance"

should be

if $passage == "Change Appearance"

If anyone is comfortable making edits to the downloaded html, that is all you need to do to get the code to work is just change all instances of the word "Apearance" to "Appearance"