﻿on_game_start = {
    on_actions = {
        unfinished_business_start
    }
}

unfinished_business_start = {
    effect = {
        set_global_variable = {
			name = ub_is_loaded
			value = yes
		}
    }
}