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:
Jaysyn904
2024-12-12 15:02:17 -05:00
parent f58f9a29b4
commit e2f4ba74d5
3227 changed files with 52239 additions and 55 deletions

View 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()