s0lusek
New member
- Joined
- Feb 1, 2015
- RedCents
- 20¢
So this is fairly straight forward. I'm simply trying to get events working.
Can someone comment on why the following wouldn't work?
That's it. So if I understand events correctly, I should be able to type "sowme" in any chat box, and as soon as it's entered, this should trigger. So what am I doing wrong? Nothing happens, nothing at all.
Thanks in advance,
Can someone comment on why the following wouldn't work?
Rich (BB code):
#Event SowMe "sowme"
Sub Main
:mainloop
/doevents
/goto :mainloop
/return
Sub Event_SowMe
/echo You just activated Event SowMe.
/return
That's it. So if I understand events correctly, I should be able to type "sowme" in any chat box, and as soon as it's entered, this should trigger. So what am I doing wrong? Nothing happens, nothing at all.
Thanks in advance,


