Tells not getting sent?

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

User avatar
blueninja
a grimling bloodguard
a grimling bloodguard
Posts: 541
Joined: Thu Aug 28, 2003 7:03 am
Location: Göteborg, Sweden

Tells not getting sent?

Post by blueninja » Sun Nov 02, 2003 8:45 pm

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