This might solve the colony bug:
;
; 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
if not I_IsFactionAIControlled f_makedonia
set_event_counter ecMakedoniaColonistsOn 1
end_if
end_monitor
Bookmarks