I'm having trouble with tells not getting sent from macros. Seems kind of random to me, I've tried putting delays before and after and sometimes it works, sometimes it doesn't. Come to think of it, I've only had this problem in events like the one below, haven't really been sending any tells otherwise. Anyone else had this problem?
Here's an example of code (the echo is displayed but no tell):
Code: Select all
Sub Event_tellsyou
/if "@Param0"~~"somename" {
/echo blahblah
/delay 5
[b] /tell somename s @successes t:$calc($running/60)[/b]
/delay 2s
/return
}
/beep
/return