wannabe0523 Posted Saturday at 01:01 AM Share Posted Saturday at 01:01 AM (edited) I've tried a bunch of different functions in GECK to determine if an NPC is friendly or an enemy -- in other words, does the NPC try to attack the player on sight. I've tested NPC dispositions in Primm using the getdisposition console command, but all NPC's had the same disposition of 35. Next I tested faction relations using the GetFactionRelation function. However, it would never return a 1, indicating that none of the NPC's were enemies of the player, which was clearly not true since the powder gangers shoot at me every time they see me. I tried GetActorFactionPlayerEnemy to see if the player has been flagged as an enemy by one of the actor's factions, but it never returned 1 (true). So my question is, is there a function that returns true, or some number, that represents their hostility towards a player? Edited Saturday at 01:07 AM by wannabe0523 grammar Link to comment Share on other sites More sharing options...
Recommended Posts