HoS_PRC8/_mod/_module/nss/rts_conv_exit.nss

13 lines
464 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
//////////////////////////////////////////////////////////////////////////
// Real Time Strategy - NWN - Conversation Exit
//========================================================================
// By Deva Bryson Winblood. 02/25/2003
//////////////////////////////////////////////////////////////////////////
void main()
{
object oPC=GetPCSpeaker();
if (GetLocalInt(OBJECT_SELF,"nMState")!=4)
SetLocalObject(oPC,"oLastUnitSpokenTo",OBJECT_SELF);
}