View/Edit #9613:unf

Switch to edit mode.

Name(s): unf
1:  if (!dobjstr)
2:    player:tell("You unf.")
3:    player.location:announce(player:title(), " unfs.")
4:  elseif (valid(dobj))
5:    if (dobj.location != player.location)
6:      player:tell("You mass unf ", dobj:title(), " from very far away!")
7:      dobj:tell("You receive a massive long distance unfing from ", player:title(), ".")
8:    else
9:      player:tell("You mass unf ", dobj:title(), " into an untimely death.")
10:     dobj:tell("You receive a mass unfing from ", player:title(), " which puts you into an untimely death.")
11:     player.location:announce_all_but({player, dobj}, player:title() + " mass unfs ", dobj:title(), " into an untimely grave.")
12:   endif
13: endif
14: "Last modified by Xavier (#9613) on Sun Sep  6 17:05:00 1998 EDT."

Verb arguments: any none none
Verb perms: Readable NOT-Debug
Verb owned by: Xavvy (#9613)

You are not logged in.

[home | help | who | search | setup | code]