Find
You are looking at the guard
Created by
Jacqui
, last updated 19 Jul 2012
Code
##axrrives:runsub whattodo;
##whattodo:
var $dest to $actor's loc;
var $dest to $dest's loc;
if $init_obj's name like "(josh|wolis|jacqui|jemilly.)" then allowthem else kickthem;
##kickthem:
if $dest eq 0 then end else continue;
##continue:
say 'say',"[$actor] I'm sorry [$init_obj], Jemilly doesn't allow you in [$loc] so I am going to have to kick you out of here to [$dest]";
set $init_obj's loc to $dest;
var $loc to $dest;
msg $dest,$actor,$init_obj,0,'say',"[$actor] says 'Im so sorry, you have to leave now' to [$init_obj]";
##allowthem:
say 'say',"[$actor] of course [$init_obj] can come in to [$loc] (the master would kill me if I sent you to the un-partyin place, [$dest]";