nyghteyes
What is a macro??
- Joined
- Mar 21, 2006
- RedCents
- 1,347¢
Why would this statement
return this error
Ive seen similar statements before.....
Rich (BB code):
/declare Toons int local
/for Toons 0 to ${Group.Members}
/if (${Group.Member[${Toons}].Class.HealerType}) {
/if (${Group.Member[${Toons}].PctMana} < 80) /return
}
return this error
Rich (BB code):
No PC in group matching PctMana
Ive seen similar statements before.....


