There's no if/then/else. There is if this then go here. then later since you didn't go there then do this.
But yeah, no else command, yeah.
Anyway, what you need to do is put them in a loop like so, since you're only checking once right now.
Label CheckLoop
If ... go to Location1
Wait for player at (x1,y1)
If ... go to Location2
Wait for player at (x2,y2)
Wait 1 turn
Go to CheckLoop
Label Location1
//do stuff
Go to Done
Label Location2
//do different stuff
Go to Done
Label Done
____________________________
Quick links to my stuff (in case you forgot where it was):
Click here to view the secret text
[Last edited by Chaco at 01-11-2007 08:47 PM]