Ah, I had the whole thing in the "screens" file, although I still get the error even when I move it. default period = 0 image dawn = ConditionSwitch( "period == 1", "period_dawn.png", "True", "period_ground_dawn.png") image morning = ConditionSwitch( "period == 2", "period_morning.png", "True", "per...