Thread: Focus Macro
View Single Post
Old 07/02/07, 8:57 PM   #40
 Marroc
Now you're thinking with portals!
 
Marroc's Avatar
 
Undead Rogue
 
Twisting Nether
Originally Posted by Lodi View Post
Manly, what's the purpose of the semicolons?

If a,b,c are conditions, then isn't:

/something [a] [b] [c]

the same as

/something [a]
/something [b]
/something [c]

("OR")

and

/something [a,b,c] is "AND"?

I think if you're doing

/cast [a] ; [b] ; [c] Spell

Then you cast Spell iff c and not a and not b. Is that right?
/something [a] spell
/something [b] spell
/something [c] spell

and

/cast [a] ; [b] ; [c] spell

are the same thing where spell refers to the same spell all 4 times.
 
User is offline.
Reply With Quote