on_game_start = {
	on_actions = {
		ub_start
	}
}

ub_start = {
	effect = {
		ub_start_effect = yes
		set_global_variable = {
			name = is_UBP_loaded_global_variable
			value = yes
		}		

	}
}