@verb #9613:"lick lickbig" any none none rxdo #9613 @program #9613:"lick lickbig" any none none "Copied from Cujo (#5975):lick Jan 26 19:32:38 1999" "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 .