WoR_PRC8/_module/nss/j_ai_civil_empty.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

18 lines
514 B
Plaintext

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