generated from Jaysyn/ModuleTemplate
Merged redundant hak files
Merged redundant hak files. Moved hak scripts into module. Updated gitignore. Full Compile. Added release folder & archive.
This commit is contained in:
17
_mod/_module/nss/npcact_ext_slis.nss
Normal file
17
_mod/_module/nss/npcact_ext_slis.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// 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()
|
||||
Reference in New Issue
Block a user