WoR_PRC8/_module/nss/j_ai_civil_empty.nss

18 lines
514 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
/************************ [Commoner Empty] *************************************
Filename: J_AI_Civil_Empty
************************* [Commoner Empty] *************************************
This replaces:
- OnPerception
- OnRested
- OnCombatRoundEnd
To prevent errors. Heartbeat handles any fleeing behaviour from enemies (and
is better then using these events specifically)
************************* [Commoner Empty] ************************************/
void main()
{
return;
}