eq_contracts
New member
- Joined
- Feb 17, 2005
- RedCents
- 0¢
Rich (BB code):
#chat tell
Sub Event_Chat(string ChatType,string ChatSender,string ChatText)
/if (${ChatType.Equal[Tell]} && !${ChatSender}==[${Me.Pet.Name}]) {
command
}
OK! I'm back with a new one that has me stumped. I need the command to be executed if I receive a tell and it's NOT from my pet! Now I have if working great for all tells, but everytime my pet engages a mob it "pet tells you "Attackign a %T master", which causes problems.
The above code returns a problem because it's a string value and Me.Pet.Name turns up at a numerical. So it bombs the macro.
Can anyone help me with this one :P Thanks!