HoS_PRC8/_mod/_module/nss/npcact_ext_slis.nss
Jaysyn904 e2f4ba74d5 Merged redundant hak files
Merged redundant hak files.  Moved hak scripts into module.  Updated gitignore.  Full Compile.  Added release folder & archive.
2024-12-12 15:02:17 -05:00

18 lines
829 B
Plaintext

////////////////////////////////////////////////////////////////////////////////
// npcact_ext_SLIS - NPC ACTIVITIES 6.0 Set Listen external command
//------------------------------------------------------------------------------
// By Deva Bryson Winblood 06/13/2004
//------------------------------------------------------------------------------
// Last Modified By: Deva Bryson Winblood
// Last Modified Date: 06/13/2004
////////////////////////////////////////////////////////////////////////////////
void main()
{
SetListening(OBJECT_SELF,TRUE);
SetListenPattern(OBJECT_SELF,"Did you hear**",6132004);
SetLocalString(OBJECT_SELF,"sGNBListen","Did you hear**");
SetLocalString(OBJECT_SELF,"sCRSPUser","npcact_ud_list");
SetLocalFloat(OBJECT_SELF,"fDelay",0.1);
} // NPCAct4SetListen()