If an error in a script occurs (i.e. object that was supposed to be in someone's bank but isn't), how do I make the script break out of a loop and end?
If an error in a script occurs (i.e. object that was supposed to be in someone's bank but isn't), how do I make the script break out of a loop and end?
Thanks. I don't need a semicolon after it or anything?
This when calls immerdiatly terminates the enitre script. If its a repeat that is looping and not functioning correctly then you could add a counter, say -Code:TerminateScript;
Or you could even use timingCode:Repeat do something so eomthing else X:= X + 1 If(x>1000)Then Break;
many options to consider.Code:MarkTime(Mark); If(TimeFromMark(Mark) > 60000);
~ Solemn Wishes
There are currently 1 users browsing this thread. (0 members and 1 guests)