Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Getting (else:) to work in 2.0

I just started using Twine, so I'm new to most of this. But for some reason I cannot get (else:) statements to work properly. I always get "There's nothing before this to do else: with"

I have experimented with variations and searched everywhere for something other than a Sugarcube format and nothing seems to work. I'm trying to have alternate text show up based on the presence of someone in the player's party (inventory of people). I want this to work. Here is what I am trying
(if: $par is "B")A lays out the bedroll and B collects firewood(elseif: $par is not "B")A lays out the bedroll and collects firewood

There is an if before else.

Comments

Sign In or Register to comment.