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