2025/12/15 Update
Updated PEPS Hooked up new PRC8 GUI event. Updated nim tools. Updated readme.
This commit is contained in:
@@ -22,7 +22,7 @@ void main()
|
||||
" Current action: " + IntToString(GetCurrentAction(oCreature)));
|
||||
if(GetSpawnInCondition(NW_FLAG_END_COMBAT_ROUND_EVENT))
|
||||
{
|
||||
SignalEvent(OBJECT_SELF, EventUserDefined(1003));
|
||||
SignalEvent(OBJECT_SELF, EventUserDefined(EVENT_END_COMBAT_ROUND));
|
||||
}
|
||||
if(ai_Disabled(oCreature)) return;
|
||||
// Action modes get cleared prior to each OnCombatRoundEnd!
|
||||
@@ -59,7 +59,7 @@ void main()
|
||||
}
|
||||
if(ai_GetIsInCombat(oCreature))
|
||||
{
|
||||
ai_DoAssociateCombatRound (oCreature);
|
||||
ai_DoMonsterCombatRound (oCreature);
|
||||
return;
|
||||
}
|
||||
if(ai_GetBehaviorState(NW_FLAG_BEHAVIOR_SPECIAL)) ai_DetermineSpecialBehavior(oCreature);
|
||||
|
||||
Reference in New Issue
Block a user