2a5 @verb #2734:"testhug hug" any none none rdo #4680 @program #2734:"testhug hug" any none none if (!args) player:tell("You need someone to hug silly! Luckily I won't tell everyone in the room about your little mistake =)") elseif (dobj.gender == "female") player:tell("(g)You hug " + dobj.name + ".") dobj:tell(player.name + " hugs you(g).") dobj.location:announce_all_but({dobj, player}, player.name + "(g) hugs " + dobj.name + ".") elseif (dobj.gender == "male") player:tell("(b)You hug " + dobj.name + ".") dobj:tell(player.name + "(b) hugs you.") dobj.location:announce_all_but({dobj, player}, player.name + "(b) hugs " + dobj.name + ".") endif . 0