2025/07/21 Update

Added PEPS AI.
Full compile.
This commit is contained in:
Jaysyn904
2025-07-21 09:07:09 -04:00
parent 0b53f89e02
commit 9ae0679a70
1359 changed files with 44828 additions and 1039 deletions

View File

@@ -0,0 +1,14 @@
/*//////////////////////////////////////////////////////////////////////////////
Script: 0e_ch_1_hb
Programmer: Philos
////////////////////////////////////////////////////////////////////////////////
Associate(Summons, Familiar, Companion) OnHeart beat script when out of combat;
This will usually fire every 6 seconds (1 game round).
*///////////////////////////////////////////////////////////////////////////////
#include "0i_module"
void main()
{
SetLocalInt(OBJECT_SELF, AI_ONSPAWN_EVENT, TRUE);
ai_ChangeEventScriptsForAssociate(OBJECT_SELF);
ExecuteScript("nw_ch_ac1");
}