The following tidbit of code works correctly for other people, but not for me. (the event never fires, and it appears that it's just me, and I have no idea why that might be)
#event Zone "You have entered #1#."
sub main
/echo Testing
:loop
/doevents Zone
/goto :loop
/endmac
Sub Event_Zone
/echo Zoned
/endmac
/return


