|
kent Beginner
Joined: 03 Apr 2006 Posts: 29
|
Posted: Sat Jun 22, 2013 5:08 pm
escape loop |
Trying to create an escape from loop when my action is completed
#var A {"They aren't here."}
#loo 1,5 {
#if (@A=0) {
cib gnome
#ALARM +4
}
}
cib = C 'Iceball'
Any idea or tips would be great. |
|
|
|
Petrograd Novice
Joined: 08 Dec 2005 Posts: 35 Location: Sweden
|
Posted: Sun Jul 14, 2013 12:51 am |
I take it you get a message when your action is completed?
I'd have that message trigger a variable to change, and then use the variable to stop the loop. |
|
|
|
|
|