@verb #1034:"bah" any none none rxdo #8878 @program #1034:"bah" any none none if (!argstr) player.location:announce_all(player:title(), " bahs.") else foobar = #1034:matchthingy(argstr) if (argstr == "world") player:tell("You bah at the world as a whole.") player.location:announce_all_but({player}, player:title(), " bahs at the world as a whole.") elseif (argstr == "family") player:tell("You bah at your family.") player.location:announce_all_but({player}, player:title(), " bahs at ", `player.gender == "female" ? "her" | "his" ! ANY => "their"', " family.") elseif (argstr == "computer") player:tell("You bah at your computer") player.location:announce_all_but({player}, player:title(), " bahs at ", `player.gender == "female" ? "her" | "his" ! ANY => "their"', " computer.") elseif (!valid(foobar)) player:tell("Don't see them here.") else player:tell("You bah at ", foobar:title()) foobar:tell(player:title(), " bahs at you.") player.location:announce_all_but({player, foobar}, player:title(), " bahs at ", foobar:title(), ".") endif endif .