PoA_PRC8/_module/nss/sei_talk.nss
Jaysyn904 37c79b6d57 Added DMFI
Added DMFI.  Set Diamond Golem appearance size to large.  Full compile.  Updated release archive.
2024-12-28 18:10:38 -05: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 );
}