Switch to edit mode.
Name(s): unf1: 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."