I though I should just have to change the $ChatCommand to @ChatCommand and thats is what I did but now im thinking I should have done a /declare ChatCommand ??? Global maybe. I have a ton more questions but Ill leave it at this.
Yes I did remember to change $mastername to @mastername.
Code: Select all
Sub Event_Chat
:Commands
| *** Complete Heal ***
/if "$ChatCommand"=="ch" {
/target $mastername
/stand
/g COMPLETE HEAL on %T in 10seconds
/call SpellSub 1 105
/sit
/press esc
| *** HEAL OVER TIME ***
} else /if "$ChatCommand"=="ce" {
/target $mastername
/stand
/g Cel Heal >> %T
/call SpellSub 1 50
/sit
/press esc
| *** Cure Poison ***
} else /if "$ChatCommand"=="poison" {
/target $mastername
/stand
/g Cure Poison >> %T
/call SpellSub 6 50
/sit
/press esc
| *** GATE ***
} else /if "$ChatCommand"=="gate" {
/stand
/g Gating
/call SpellSub 8 55
}
/return

