2e5 @verb #8045:"laugh" any none none rdo #8045 @program #8045:"laugh" any none none "Copied from Dave (#7418):laugh May 14 22:13:43 1997" "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