Amon_PRC8/_module/nss/nw_g0_charm.nss

18 lines
293 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
#include "NW_I0_GENERIC"
#include "x0_inc_henai"
#include "hench_i0_ai"
void main()
{
// TK removed SendForHelp
// SendForHelp();
SetCommandable(TRUE);
DeleteLocalInt(OBJECT_SELF, HENCH_AI_SCRIPT_RUN_STATE);
HenchDetermineCombatRound();
SetCommandable(FALSE);
}