Anyone have an idea why this might not be working? I have not had a toon actually /camp like it was supposed to when it dies. Would hate to be running circles in PoK / Guild Lobby...
I thought maybe the delays were messing it up, but it didn't work even after changing it to this...
Any help would be great
Rich (BB code):
#Event Slain "You have been slain by#*#"
Rich (BB code):
sub Event_Slain
/echo Something went wrong and I died! Ending macro!
/i say I died, so I'm camping out so I can get a rez later...
/delay 200
/beep
/camp desktop
/delay 40
/beep
/end
/return
I thought maybe the delays were messing it up, but it didn't work even after changing it to this...
Rich (BB code):
sub Event_Slain
/echo Something went wrong and I died! Ending macro!
/i say I died, so I'm camping out so I can get a rez later...
/camp desktop
/end
/return
Any help would be great