﻿# Like on_game_start, except it is called once the host (or player, in single player) exits the lobby. Good for anything where you need to know who the players are, or what the game rules are
on_game_start_after_lobby = {
	on_actions = {
		historicinvasions_roa_on_game_start_after_lobby
	}
}

historicinvasions_roa_on_game_start_after_lobby = {
	trigger = { always = no }
	effect = {
		# compatibility information
		every_player = {
			trigger_event = historicinvasions_event.9500
		}
	}
}