While writing I somehow canceled out the last 2 questions on my script can someone help me
*choice
#I could just have a guaranteed escape...(-5 Skill or items)
[i] Intelligence decreases [/i]
you escape
*goto escaped
*set intelligence -5
#I read a book about this...(20 intelligence)
*if intelligence > 19
You find the tallest structure and wait... to your credit they jump for you and you jump the way they came just narrowly bumping heads you land on the other side, while running you find a clearing with a canopy-like top....
*goto escaped
*set intelligence +2
*else
You are caught and taken into custody
*goto Custody
#I think I can out run this...(20 Agility)
*if Agility > 19
You manage to run fast enough to fit through a small opening before it closed, running as fast as you could you find a clearing with a canopy-like top.
*set agility +2
*goto escaped
*else
You are caught and taken into custody
*goto Custody
#I can talk my way out of this...(20 Charm)(not yet written)
*if intelligence > 19
"Wait! im the other elemental yall were looking for".
*goto superlongconversation
*else
You are caught and taken into custody
*goto Custody
*label escaped
*goto end
*label Custody
*goto end