Test (#2364)

(an instance of generic container made by Random)

     generic frustrating wrapping paper, rather annoying.

Test contains booger.

Go to location of this object, Randomhaus.



VERB SOURCE CODE:

open:
if (player.location != this.location)
    player:tell("You need to be in the same room as ", this.name);
elseif (player.name != this.intended_owner)
    player:tell("This is a present for someone else.  Please respect this or the 
server will rip your entrails out.");
else
    this.contents:moveto(player);
endif
return 0;
.


kick:
if (player != this.owner)
    player:tell("You don't own this.  Don't kick it.");
endif
player.location:announce(player.name, " kicks ", this.name, "and it evaporates.");
player:tell("goaway evaporates.");
this.owner:tell("goaway recycled.");
recycle(this);
return 0;
.



PROPERTY DATA:
      intended_owner