DespairScent
Farmhand
Inline condition tokens can be used to change parts of the text depending on game state. This is useful for changing parts of the text and can improve overall readability.
Although there is
Given the existing gender switch token (
It would also be nice to be able to specify multiple conditions and/or else-if's.
Although there is
$query <query>#<if true>|<if false>
, it is not flexible and requires a complete repetition of the line.Given the existing gender switch token (
${...^...}$
), I suggest using the same (or similar) format for conditions. For example:"It's been %years already... ${$if YEAR 3#Since the time that we met for the first time, we have come a long way.|We still have a lot of catching up to do.}$"
It would also be nice to be able to specify multiple conditions and/or else-if's.