rummagesale (#624)

(an instance of generic thing made by Deleuze)



Go to location of this object, Deleuze.



VERB SOURCE CODE:

accept:
status = 0;
what = args[1];
status = this:is_unlocked_for(what) && (((this.free_entry || ((what == this.blessed_object) 
&& (task_id() == this.blessed_task))) || (what.owner == this.owner)) || ((typeof(this.residents) 
== LIST) && (what in this.residents)));
if (!status)
    if (this.owner in connected_players())
        this.owner:tell(player.name, " just tried to get into ", this.name, ".");
    endif
    player:tell("You can't get there from here.");
endif
return status;
.



PROPERTY DATA: