Sugarcube 1.0.34
If I have a passage called 'shack' with the description, "A small shack. Winter approaching. Room is freezing."
How would I change that description so that it reads, "A small shack. Winter approaching. Room temperature slowly rising." if the player has lit a fire?
The option to light a fire doesn't show up until the player has been outside to gather firewood, but once he has done this and lit a fire, I need the description to change to the warm one on subsequent visits.
Comments
Gives me an error about not finding a closing <<if>> and the child tag <<else>> being outside it's parent macro of <<if>>
I stared and stared at this for about 20 minutes, until I suddenly saw my 'else' was missing a >
It works now. Thanks again.