﻿on_game_start = {
    on_actions = {
        social_relation_expanded_start
    }
}

social_relation_expanded_start = {
    effect = {
        set_global_variable = {
			name = esr_is_loaded
			value = yes
		}
    }
}