Files
Alangara_PRC8/_module/nss/0e_ch_1_hb.nss
Jaysyn904 b86cae1be0 2025/12/20 Update
Added PEPS.
Hooked up new GUI event.
Added PRC8 Journal entries.
Updated nim tools.
Full compile.
2025-12-20 15:15:02 -05:00

15 lines
597 B
Plaintext

/*//////////////////////////////////////////////////////////////////////////////
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");
}