@verb #2851:"toss" this at/to any rxd #7667 @program #2851:"toss" 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 toss the disc to ", iobj:title(), ". It flies beautifully through the air.") player.location:announce_all_but({player, iobj}, player:title(), " tosses the disc to ", iobj:title(), ". It floats beautifully in the air for a few moments before landing in ", iobj:title(), "'s hands.") iobj:tell(player:title(), " gracefully throws you a disc.") this:moveto(iobj) return endif player:tell("You can't throw the disc at that.") "Last modified by Zanshin (#7667) on Thu Dec 5 21:16:53 2002 MST." .