Enterfunc

slayer@kaiwan.com (slayer@kaiwan.com)
Thu, 4 Apr 1996 15:44:11 PST


At 03:04 PM 4/4/96 PST, Michael Smith wrote:
>Try this:
>
>who = args[1];
>if (length(#<whatever>.contents) == 1)
>suspend(60);
>who.location:announce_all(#<whatever>.message1)
>   <snip>
>   <snip>
>endif
>pass(who);
>
>Also make sure it's TNT

hm but what if that person leaves and someone else enters? then it'll run
again and still be running from the previous one. exitfunc could of course
be fiddled with, though.