This code would work on EMU but does not work on Live. Example-
This used to target whoever sent the "attack" message. Now it says it can't find pc sender.
Most of my macro is similar to this, mostly chat commands with some automation. Is there a different method I need to be doing for Live?
Thanks
Rich (BB code):
Sub Event_Chat(ChatType,Sender,ChatText)
/if (${ChatText.Equal[attack]}) {
/sit off
/target ${Sender}
/assist
/delay 1s
/face fast
/attack on
/return
}
Most of my macro is similar to this, mostly chat commands with some automation. Is there a different method I need to be doing for Live?
Thanks

