Tuesday 4 September 2007

My encounter creatures aren’t wandering around. How can I fix this?

My encounter creatures aren’t wandering around. How can I fix this?
Make sure your spawn script has the following:

if (GetIsEncounterCreature())
SetSpawnInCondition(NW_FLAG_AMBIENT_ANIMATIONS, TRUE);

No comments: