{if
statements can be true/false, numerical, or equivalent.
{if not lights:The lights are off. You cannot examine the room.}
Here "lights" is set to false.
{if lights:The lights are on. You can now examine the room.}
Here "lights" is set to true.
You {if dollars>=3:have enough}{if dollars<3:don't have enough} money.
(This can be glitchy. Play with spacing if it doesn't work the first time.)
You are a {if force=light_side:Jedi padawan}{if force=dark_side:Sith apprentice}{if force=none:{if beskar_helmet:Mandalorian foundling}}.