﻿on_game_start = {
    on_actions = {
        on_show_me_your_council_start
    }
}

on_show_me_your_council_start = {
    effect = {
        set_global_variable = {
			name = SMYC_is_loaded
			value = yes
		}
    }
}