@verb #8154:"lick" any none none rdo #8154 @program #8154:"lick" any none none "Copied from toby (#7940):lick Aug 19 11:08:57 2001" "Copied from Cujo (#5975):lick Jul 18 12:38:27 1997" "Copied from Lao-Tzu (#8084):lick* Apr 22 14:58:44 1997" dobj = player:my_match_object(dobjstr) if (verb != "lickbig") dobj:sub_tell("%N lashes out with %p long tongue and licks you.") player:sub_tell("You lash your tongue out and lick %d.") this.location:sub_announce_all_but({player, dobj}, "%N lashes out with %p tongue and licks %d.") else dobj:sub_tell("%N licks you in one continuous motion from your big toe to your ear lobe.") player:sub_tell("You lick %d in one continuous motion from %1 big toe to %1 ear lobe.", #43:pronoun(dobj, "pp")) this.location:sub_announce_all_but({player, dobj}, "%N licks %d in one continuous motion from %1 big toe to %1 ear lobe.", #43:pronoun(dobj, "pp")) endif .