18 lines
293 B
Plaintext
18 lines
293 B
Plaintext
|
#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);
|
||
|
}
|