I am missing some thing.
Code: Select all
#Event nogroup "You are not in a group. Talking to yourself again???"
sub main
:loop
/doevents
/goto :loop
/return
sub event_nogroup
/echo no group
/return
[code]
ok that is what i have pretty close. the mail loop is way more complex but i have /doevents sprinkled around. and one in a med loop that is east to test against and i neve get enythin out of it.
the even and sub are directly copied.