Where can i found a documentation displaying all commands available?
Thank you
Search found 2 matches
- 2017-10-06 16:22:20
- Forum: Learn Scripting
- Topic: All Commands List
- Replies: 1
- Views: 4146
- 2017-10-05 15:46:18
- Forum: Learn Scripting
- Topic: How to Break or Continue in loop?
- Replies: 15
- Views: 8869
Re: How to Break or Continue in loop?
So.... its possible or not to Break or Continue a While loop?
for those who not understand the meaning of breaking a loop, let me show you an example
SUB Test()
WHILE NOT UO.Dead()
IF UO.STR > UO.Life THEN
# Special Conditiion, if this match i simple want to skip everything that ...
for those who not understand the meaning of breaking a loop, let me show you an example
SUB Test()
WHILE NOT UO.Dead()
IF UO.STR > UO.Life THEN
# Special Conditiion, if this match i simple want to skip everything that ...