What does FactionIsLocal or I_LocalFaction or TargetFactionIsLocal do?
Thanks
Printable View
What does FactionIsLocal or I_LocalFaction or TargetFactionIsLocal do?
Thanks
Local faction is the player's faction, so all those are used to separate the AI from the human in awarding traits, etc.
Interesting... Thanks Malrubius!
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.