For the condition settlementbuildingpresent how is the settlement referenced. Using settelementbuildingpresent is the script triggered locally or global?
Thanks in advance
DoH
Printable View
For the condition settlementbuildingpresent how is the settlement referenced. Using settelementbuildingpresent is the script triggered locally or global?
Thanks in advance
DoH
SettlementBuildingExists has a Trigger Requirement: Settlement.
That means that the event used in the trigger/monitor must have a settlement export - eg, SettlementTurnStart. You can therefore use it globally and just have SettlementTurnStart or you can use it locally with an additional SettlementName conditional.
I am writing a script to have upkeep for buildings. Would i have to state every single city in the codtion or is there an easier way?
Every single city in separate monitors. And, you'll need one monitor per settlement building combination for which you want to have a differing upkeep cost, as you can't use SettlementBuildingExists as a separate condition.