
Originally Posted by
QWE_asd
2.
Infinite Hellenic Colony
;
; Re-enable the event counter after the player has clicked the end turn button. If this isn't done, the colony builing will never complete.
;
monitor_event ButtonPressed ButtonPressed end_turn
set_event_counter ecMakedoniaColonistsOn 1
end_monitor
;
; Disable the event counter at the end of faction turn.
;
monitor_event FactionTurnEnd FactionType f_makedonia
set_event_counter ecMakedoniaColonistsOn 0
end_monitor
from the above I guess the ecMakedoniaColonistsOn type variables are "global", they are enabled at player's
end turn and disabled at their end turns.
Q:What happens when Makedonia is destroyed by AI before it's turn at end of turn 114?
A:I, Baktria with no metropolis, can build colony and polis every turn everywhere since turn 115.
Bookmarks