No. Here's the docudemon entry:
Code:
---------------------------------------------------
Identifier: I_LocalFaction
Trigger requirements:
Parameters: faction
Sample use: I_LocalFaction romans_julii
Description: Is the faction the local faction?
Battle or Strat: Either
Class: I_LOCAL_FACTION
Implemented: Yes
Author: Guy
In fact, the FactionType condition has a trigger requirement, so it's not useful in this situation.
The thing is, this expression:
Code:
if not I_LocalFaction romans_julii
console_command add_money romans_julii, 30000
end_if
is used in EB. I just tested it to make sure, and it's working.
Bookmarks