217 @verb #1034:"massage" any none none rxdo #8878 @program #1034:"massage" any none none if (!argstr) player:tell("Massage who?") else foobar = #1034:matchthingy(argstr) if (!valid(foobar)) player:tell("Couldn't find them.") else player:tell("You gently massage ", foobar:title(), "'s shoulders.") foobar:tell(player:title(), " gently massages your shoulders.") player.location:announce_all_but({player, foobar}, player:title(), " gently massages ", foobar:title(), "'s shoulders.") endif endif . 0