2e2 @verb #8438:"laugh" any none none rdo #8438 @program #8438:"laugh" any none none "Copied from Dave (#7418):laugh Apr 9 20:08:14 2000" "Written to replace the horrid, '(player) points at (dude)'s" "and guffaws!'. Please, I urge you to make a copy of this verb" "so we can put an end to this raging madness. :)" " -- Dave " if (!dobjstr) player:tell("You laugh.") player.location:announce(player:title() + " laughs.") elseif (valid(dobj)) player:tell("You laugh at " + dobj:title() + "'s funny.") player.location:announce_all_but({player, dobj}, player:title() + " laughs at " + dobj:title() + "'s funny.") dobj:tell(player:title() + " laughs at your funny.") else player:tell("What?") endif . 0