|
||
|
|||||||
| Razor: The Cutting Edge UO Assistant Razor is an Assistant program (similar to the popular UOAssist) for player run Ultima Online shards. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#2 (permalink) |
|
Forum Expert
Join Date: Oct 2003
Location: Minnesota... somewhere in the boonies
Age: 29
Posts: 1,171
|
The if and end if are used for if a certain condition occurs, then the script continues through, if not, then it jumps down to end if. For instance, you can make a macro that goes like this:
Code:
if mana <= 10 use skill meditation endif Say Macro is done The for and end for create a loop, so if you make a macro that does this: Code:
for 5 times Say ugh end for say all done The else is used to do something else if the IF conditional isn't met: Code:
if mana <= 10 use skill meditation else Say I don't need to end if Hope that covers it for ya.
__________________
Signatures are tools of the devil... |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|