MQ is cool and the devs have done a damn fine job on it! The doco suxors but we cant have everything. I am rewriting it ATM and will post the URL when a draft is ready for viewing.
FFS And these guys think the manual has enough info in it. I am doing the simplest stuff and it dont work. Typical coders writing there own misleading and useless doco. Ah well at least they tried. Now I will put my money where my mouth is and re-write the section on events and what they laughingly ...
#chat say sub Main :MainLoop /doevents /delay 1s /echo Loop /goto :MainLoop /return sub Event_Chat /echo "chat event" /return I get the following output Loop Loop Loop You say Hail, Soandso Loop Loop Loop So why doesnt it pickup the hail? (prolly a syntax problem but I cant see it)