Cleaned up and enhanced badlands area

jaysyn got the rumormill convo working
updated all the npcs that use it
This commit is contained in:
EpicValor
2023-09-05 21:26:15 -05:00
parent c434ae59d5
commit 49aab355dd
73 changed files with 21849 additions and 4867 deletions

View File

@@ -67,7 +67,7 @@ void main()
//SetSpawnInCondition(NW_FLAG_APPEAR_SPAWN_IN_ANIMATION);
//SetSpawnInCondition(NW_FLAG_IMMOBILE_AMBIENT_ANIMATIONS);
//SetSpawnInCondition(NW_FLAG_AMBIENT_ANIMATIONS);
SetSpawnInCondition(NW_FLAG_AMBIENT_ANIMATIONS);
//This will play Ambient Animations until the NPC sees an enemy or is cleared.
//NOTE that these animations will play automatically for Encounter Creatures.
@@ -102,7 +102,7 @@ void main()
SetLocalInt(OBJECT_SELF, "iDialogue", Random(10) + 1);
SetLocalInt(OBJECT_SELF, "iRumor", Random(60) + 1);
SetLocalInt(OBJECT_SELF, "iRumor", Random(13) + 1);
SetListeningPatterns(); // Goes through and sets up which shouts the NPC will listen to.
WalkWayPoints(); // Optional Parameter: void WalkWayPoints(int nRun = FALSE, float fPause = 1.0)