Code: Select all
#chat tell
Sub main
| ----- Trigger Declares ---------------------
| ----- Variables ----------------------------
/Declare teller global
/Declare rodtf global
/goto :Wait
/return
:Wait
/DoEvents
/goto :Wait
Sub Event_Chat
/varset rodtf $instr(ROD,$ucase("@Param2"))
/varset teller @Param1
/if n @rodtf>0 {
/echo @teller needs rod.
/target @teller
/sit off
| /call cast "Rod of Mystical Transvergance"
/cast 5
}
/doevents
/return
Code: Select all
Sub Event_Chat
/if "$ucase(@Param2)"~~"ROD" {
/target @Param1
/sit off
/cast 5
}
Would appreciate some help, if anyone sees a way to do this.



