heres a script i made - just to make peeps say 'random' things...
problem is that it gets to 'Smoked me a Ruskie' and the carries on saying it....
can any1 help?
#start
? (say == 0) : goto "one"
? (say >= 0) : goto "two"
? (say >= 1) : goto "three"
? (say >= 2) : goto "four"
~0.1
goto "start"
#one
say = 1
titletext ["Wasted!", "plain down"]
goto "exit"
#two
say = 2
titletext ["Smoked me a Ruskie!", "plain down"]
goto "exit"
#three
say = 3
titletext ["What a shot!", "plain down"]
goto "exit"
#four
titletext ["Tango down!", "plain down"]
goto "lastexit"
#exit
exit
#lastexit
say = 0
exit
cheers
:thumbsup: