Faustaud77 Posted November 17, 2010 Share Posted November 17, 2010 Ok guys i'm finally stumped. I've read through all the massive resources on making mods and whatnot but i can't figure out how to make this work. What i'm trying to do is have a script that will change a faction from enemy to neutral and then up in stages based on fame level. If anyone could give me some pointers or even outright throw me a script bone it'd be appreciated. Link to comment Share on other sites More sharing options...
Quetzlsacatanango Posted November 17, 2010 Share Posted November 17, 2010 Use SetAlly or SetEnemy to change factions' relations with each other (including PlayerFaction). Depending how you want the relationship to work, it will change what the script looks like exactly. Link to comment Share on other sites More sharing options...
Faustaud77 Posted November 18, 2010 Author Share Posted November 18, 2010 I got that part what i want to do is setally/setenemy based on the reputation level. I can't seem to figure out a command to do this. Link to comment Share on other sites More sharing options...
Aragron Posted November 18, 2010 Share Posted November 18, 2010 http://geck.bethsoft.com/index.php/GetReputationUse to check the Rep,then use the value to decide if the player is ally/enemy... Link to comment Share on other sites More sharing options...
Faustaud77 Posted November 18, 2010 Author Share Posted November 18, 2010 Soo i understand how setally/setenemy works. I understand how the getreputation works. What i can't figure out is how to use the value from getreputation to activate setally or setenemy. This is the major kink in my mod i'm working on so any insight at all would be nice. Link to comment Share on other sites More sharing options...
Faustaud77 Posted November 18, 2010 Author Share Posted November 18, 2010 bump Link to comment Share on other sites More sharing options...
Recommended Posts