Switch to edit mode.
Name(s): hugw1: tar = $string_utils:match_player(dobjstr)
2: if (!valid(tar))
3: player:tell("You need a partner for this Hug.")
4: else
5: tar:tell(player.name, " reaches over to you, and gives you a nice warm hug.")
6: player:tell("You reach over, and ", tar.name, " gives you a nice warm hug .")
7: endif