336 @verb #2851:"hammer" this at/to any rxd #7667 @program #2851:"hammer" this at/to any if (iobj in {$nothing, $ambiguous_match, $failed_match}) player:tell("You need someone to throw to.") player.location:announce_all_but({player}, player:title(), " looks around for someone to toss the disc to.") return endif if (iobj.location == player.location) player:tell("You pass the disc to ", iobj:title(), " with a wicked hammer throw.") player.location:announce_all_but({player, iobj}, player:title(), " throws a wicked hammer high in the air to ", iobj:title(), ".") iobj:tell(player:title(), " passes you the disc with a wicked hammer throw.") this:moveto(iobj) return endif player:tell("You can't throw the disc at that.") "Last modified by Zanshin (#7667) on Fri Dec 6 02:08:41 2002 MST." . 0