Snap (#448)

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

     A wire thin young scientist with short mussed hair, thick glasses and a misbuttoned shaggy green jacket. He looks a little lost, and seems to be thinking about something else, as if he has lost his car keys or something. Nevertheless, he seems like he could be quite chatty.

Snap is carrying Generic pile of stuff, generic comic book, Generic Fart-Bonker with Elvis Song Spoofing, a %size pile of comic books and a mirror.

Go to location of this object, The Body Bag.


Snap owns Snap Generic pile of stuff a %size pile of comic books generic comic book Carrot's Rosette Feature Object Improved redirected say and whisper Cyclopath #356 SuperGuy #220 SuperGuy #158 RatMan vs. The Cockroach #526 The Uncanny SilverSkateboarder #367 Generic Fart-Bonker with Elvis Song Spoofing a mirror


VERB SOURCE CODE:

moveto:
"Copied from Carrot's Rosette Feature Object (#126):moveto by Dred (#100) Sun Feb 
20 12:46:14 1994 EST";
pass(@args);
if ($object_utils:has_property(this, "features") && (#126 in this.features))
    used = $list_utils:assoc(player, #126.read);
    if ((used != {}) && ("a" in used[3]))
        rose = #126:genrose(player.location, used[3]);
        if (typeof(rose) == LIST)
            player:tell_lines(rose);
        endif
    endif
endif
return;
.


!:
out = "";
for p in (player.location.contents)
    if (is_player(p))
        out = ((out + "(") + $string_utils:english_list(p.aliases, "none", ", ")) 
+ ")";
    endif
endfor
player:tell(out);
.



PROPERTY DATA:
      last_chat