PWE_PRC8/_module/nss/flee_prep.nss

11 lines
186 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
#include "NW_O2_CONINCLUDE"
#include "NW_I0_GENERIC"
void main()
{
SetSpawnInCondition(NW_FLAG_ESCAPE_LEAVE); // OPTIONAL BEHAVIOR (Flee to a way point and do not return.)
}