Initial Upload
Initial Upload
This commit is contained in:
14
_module/nss/sei_talk.nss
Normal file
14
_module/nss/sei_talk.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// 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 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user