﻿on_game_start = {
    on_actions = { acs_on_game_start }
}

acs_on_game_start = {
    effect = {
        set_global_variable = { name = mod_acs_active value = yes }
    }
}