1--       _________ __                 __
2--      /   _____//  |_____________ _/  |______     ____  __ __  ______
3--      \_____  \\   __\_  __ \__  \\   __\__  \   / ___\|  |  \/  ___/
4--      /        \|  |  |  | \// __ \|  |  / __ \_/ /_/  >  |  /\___ \
5--     /_______  /|__|  |__|  (____  /__| (____  /\___  /|____//____  >
6--             \/                  \/          \//_____/            \/
7--  ______________________                           ______________________
8--                        T H E   W A R   B E G I N S
9--         Stratagus - A free fantasy real time strategy game engine
10--
11--      (c) Copyright 2013 by Kyran Jackson
12--
13--      This program is free software; you can redistribute it and/or modify
14--      it under the terms of the GNU General Public License as published by
15--      the Free Software Foundation; either version 2 of the License, or
16--      (at your option) any later version.
17--
18--      This program is distributed in the hope that it will be useful,
19--      but WITHOUT ANY WARRANTY; without even the implied warranty of
20--      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21--      GNU General Public License for more details.
22--
23--      You should have received a copy of the GNU General Public License
24--      along with this program; if not, write to the Free Software
25--      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26--
27
28if wargus.expansion == true then
29	CurrentCampaignRace = "human"
30	CurrentCampaignPath = "campaigns/human-exp/"
31	CampaignMapTitleList = {"levelx01h_c2.sms", "levelx02h_c2.sms", "levelx03h_c2.sms", "levelx04h_c2.sms", "levelx05h_c2.sms", "levelx06h_c2.sms", "levelx07h_c2.sms", "levelx08h_c2.sms", "levelx09h_c2.sms", "levelx10h_c2.sms", "levelx11h_c2.sms", "levelx12h_c2.sms"}
32	RunCampaignSubmenu("scripts/human/campaign2.lua")
33else
34	ErrorMenu("Expansion is not installed")
35end
36