JAshton83 Posted March 16, 2005 Share Posted March 16, 2005 Hey folks, quick question - can anyone tell me the faction code for allies but non-party members? I want an NPC to fight on my side at a certain point! Link to comment Share on other sites More sharing options...
Darth333 Posted March 16, 2005 Share Posted March 16, 2005 Here is the relevant excerpt from nwscript.nss : int INVALID_STANDARD_FACTION = -1; int STANDARD_FACTION_HOSTILE_1 = 1; int STANDARD_FACTION_FRIENDLY_1 = 2; int STANDARD_FACTION_HOSTILE_2 = 3; int STANDARD_FACTION_FRIENDLY_2 = 4; int STANDARD_FACTION_NEUTRAL = 5; int STANDARD_FACTION_INSANE = 6; int STANDARD_FACTION_PTAT_TUSKAN = 7; int STANDARD_FACTION_GLB_XOR = 8; int STANDARD_FACTION_SURRENDER_1 = 9; int STANDARD_FACTION_SURRENDER_2 = 10; int STANDARD_FACTION_PREDATOR = 11; int STANDARD_FACTION_PREY = 12; int STANDARD_FACTION_TRAP = 13; int STANDARD_FACTION_ENDAR_SPIRE = 14; int STANDARD_FACTION_RANCOR = 15; int STANDARD_FACTION_GIZKA_1 = 16; int STANDARD_FACTION_GIZKA_2 = 17; // DJS-OEI 2/25/2004 int STANDARD_FACTION_SELF_LOATHING = 21; int STANDARD_FACTION_ONE_ON_ONE = 22; int STANDARD_FACTION_PARTYPUPPET = 23; Link to comment Share on other sites More sharing options...
JAshton83 Posted March 16, 2005 Author Share Posted March 16, 2005 Thanks a ton! I really need to figure out where the game keeps all the info locked away - must acquaint myself with nwscript.... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.