Alright, so I was trying to code a portion of my game, but no matter what I do, this part won’t work:
*temp attempt1PLEASEDONT 0
*temp attempt2Pls 0
*temp pleasestop3 0
*label choosewiselysc1
*choice
#You need to get out of here, and quick. Sera- (don't think about sera) You're leaving her. You'll never find her in this blizzard. Mum will understand. Anyone would.
*if ((attempt1PLEASEDONT = 0) and (attempt2Pls = 0) and (pleasestop3 = 0))
I'm sorry, ${Name}, but I can't let you do that.
*set attempt1PLEASEDONT '1'
*goto choosewiselysc1
*if ((attempt1PLEASEDONT = 1) and (attempt2Pls = 0) and (pleasestop3 = 0))
Stop this. You don't understand- he will kill us.
*set attempt2Pls '1'
*goto choosewiselysc1
*if ((attempt1PLEASEDONT = 1) and (attempt2Pls = 1) and (pleasestop3 = 0))
[b] STOP. [/b]
*set pleasestop3 '1'
*goto choosewiselysc1
*if ((attempt1PLEASEDONT = 1) and (attempt2Pls = 1) and (pleasestop3 = 1))
I can't stop you, can't I? If only I had- but it's too late now.
*achieve tryveryveryhardtodie
*page_break
…and so on. I’ve tried changing all the '1’s and '0’s to true and false, checked the Choicescript wiki page about the If command, but what they suggest brings up the same error that I get, which is:
Help? Please? this thing is driving me insane it’s 3:32am help