Random (#1080)

(an instance of Generic Scorpion Player Class made by Random)

     Blond, arrogant, curious, and coiled.

Random is carrying Random Features Maybe Useful.

Go to location of this object, Randomhaus.


Random owns Random Randomhaus Random Features Maybe Useful Test booger Candle


VERB SOURCE CODE:

smell:
if (player.location != this.location)
    player:tell("Your nose isn't that long, you need to be in the same room.");
else
    this:tell(player.name, " leans over and sniffs at you.");
    player.location:announce_all(player.name, " leans over and sniffs suspiciously 
at ", this.name);
    player:tell(this.name, " smells like ", this.smell);
endif
.


description:
desc = ((pass(@args) + this.word_msg) + " ") + this.words[random(length(this.words))];
return desc;
me:tell(player.name, " is looking at you.  Whoopie.");
.



PROPERTY DATA:
      smell
      words
      word
      word_msg
      bad_pun