2b0 @verb #1034:"tip" any none none rxdo #8878 @program #1034:"tip" any none none if (!argstr) player.location:announce_all(player:title(), " galantly tips his hat.") else targ = $su:match_object(args[1], player.location) if (!valid(targ)) player:tell("Uhh.....who?") else player:tell("You galantly tip your hat to ", targ:title(), ".") targ:tell(player:title(), " galantly tips ", `player.gender == "female" ? "her" | "his" ! ANY => "their"', " hat to you.") player.location:announce_all_but({targ, player}, player:title(), " galantly tips ", `player.gender == "female" ? "her" | "his" ! ANY => "their"', " hat to ", targ:title(), ".") endif endif . 0