GammaAge/_module/nss/sei_talk.nss
Jaysyn904 b927d0faf8 File re-organization.
File re-organization.  Added module builder & hak builder.
2021-09-16 10:15:32 -04:00

15 lines
291 B
Plaintext

//
// 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 );
}