Skip to content
#2123
function show_msg(hero)
	if IsAIPlayer(GetObjectOwner(hero)) == 0 then
		MessageBoxForPlayers(GetPlayerFilter(GetObjectOwner(hero)), "Maps/Multiplayer/Map/Text.txt")
	end
end

Trigger(REGION_ENTER_AND_STOP_TRIGGER, "Reg", "show_msg")