@verb #1462:"tod*dler" any any any rxdo #4051 @program #1462:"tod*dler" any any any if (valid(dobj)) player:sub_tell("You turn into a little toddler.") dobj:sub_tell("%N turns into a little toddler.") player.location:sub_announce_all_but({player, dobj}, "%N turns into a little toddler.") suspend(2) player:sub_tell("You tilt your head up and tug at %d's shirt.") dobj:sub_tell("%N tilts %p head up and tugs at your shirt.") player.location:sub_announce_all_but({player, dobj}, "%N tilts %p head up and tugs %d's shirt.") suspend(2) player:sub_tell("You look at %d with tears in your eyes saying, \"Don't I get hugs?\"") dobj:sub_tell("%N looks up at you with tears in %p eyes saying, \"Don't I get hugs?\"") player.location:sub_announce_all_but({player, dobj}, "%N looks up at %d with tears in %p eyes saying, \"Don't I get hugs?\"") else player:sub_tell("You turn into a little toddler.") player.location:sub_announce_all_but({player}, "%N turns into a little toddler.") suspend(2) player:sub_tell("You tilt your head up and cry.") player.location:sub_announce_all_but({player}, "%N tilts %p head up and cries.") suspend(2) player:sub_tell("You want a hug.") player.location:sub_announce_all_but({player}, "%N wants a hug.") endif "Last modified by Illusion (#4051) on Thu Jan 4 20:05:48 2001 MST." .