1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
-- Show the briefing before the map is loaded.
function ShowBriefing(title,objectives,interface,text,music)
-- Required files needs to be accessed...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
-- stratagus.lua
DefinePlayerColors({
"red", {{164, 0, 0}, {124, 0, 0}, {92, 4, 0}, {68, 4, 0}},
"blue", {{12, 72, 204}, {4, 40, 160}, {0, 20...