Game throwing up an error about a number due to an *if?

Looks like it’s getting confused by the indent after hide_reuse. Basically it’s expecting to see #"${t_name} fix?" on the line immediately after the *choice. I remember having trouble sometimes with this kind of thing, too!

Try:

*choice
	*if  (t_belief) =true *hide_reuse #"${t_name} fix?"
		*goto no_fix

(similar example here if that’s helpful)

1 Like