Log in

View Full Version : FactionIsLocal condition?



lysarin
01-09-2006, 02:45
What does FactionIsLocal or I_LocalFaction or TargetFactionIsLocal do?

Thanks

Malrubius
01-09-2006, 16:09
Local faction is the player's faction, so all those are used to separate the AI from the human in awarding traits, etc.

lysarin
01-09-2006, 16:26
Interesting... Thanks Malrubius!

Epistolary Richard
01-09-2006, 19:52
I_LocalFaction is the same with a small exception that it does not require a parameter (as it incorporates it within the condition). That means it can be used for if statements and condition monitors.