//
//  NWTalk
//
//  Script to start a private conversation with the person using the object.
//
//  (c) Shir'le E. Illios, 2002 (shirle@drowwanderer.com)
//
////////////////////////////////////////////////////////

void main()
{
    ActionStartConversation( GetLastUsedBy(), "", TRUE );
}