

map MAP01 "Briefing"
{
 music = STLTHM1
 sky1 = RSKY1
 cluster = 1
 next = MAP02

}


map MAP02 "Office Infiltration"
{
 music = STLTHM1
 sky1 = RSKY1
 cluster = 2
 next = MAP03

}

map MAP03 "Thick Latina Military Base"
{
 next = MAP04
 music = MILVL
 cluster = 3
 sky1 = RSKY1
}


map MAP04 "Police Station"
{
 music = GGST1
 sky1 = RSKY1
 next = MAP05

}

map MAP05 "Beach"
{
 music = GGST1
 sky1 = RSKY1
 next = MAP06

}

cluster 1
{
	flat = WALL52_2
	music = STLTHIN
 	exittext = 
	"Welcome to briefing agent.  You're next mission is in the ",
	"special operations Division of the government building in Romania",
	"We have reports that a few Of their agents are leaking secrets to",
	"terrorists, but we cannot intervne Officially. That is where ",
	"you come in.  We will be dropping you in the Air vent.   Sneak in", 
	"and steal as much intel from the agents as possible", 
	"This is a stealth mission. We don't need you dropping bodies",
	"everywhere This office is staffed entirely by rather large women. ",
	"Every one of them you drop, you will have to hide their bodies",  
	"as well. These women are heavily armed and very dangerous. ",
	"Be careful, and move silently."
}

cluster 2
{
	flat = WALL52_2
	music = STLTHIN
 	exittext = 
	"What the hell was that you stupid whore? We got dead bodies",
	"Everywhere. It's all over the news.  Multiple witnesses",
	"heard gun shots. We can't keep covering up these shootouts you keep",
	"Initiating.  The good news is that the cellphone that you took from",
	"The bra of the agent you killed on the top floor contains valubale", 
	"intel We now know that these agents were selling weapons to ", 
	"a paramilitary group in Latin America. We have tracked the", 
	"warheads to one of their depots This paramamilitary group", 
	"consists entirely of thick latinas.  They",
	"Seem to be lacking in their PT routine, but are armed and dangerous",
	"Sneak into the base and dismantle the warheads!"
}


cluster 3
{
	flat = WALL52_2
	music = STLTHIN
 	exittext = 
	"Well it looks like you got yourself busted",
	"We do not have the agency capital to bail you out", 
	"with all the bodies you are dropping you are a liability",
	"You'll have to get yourself out of this one", 
	"sneak out of the police station and then we can offer you a",
	"follow up mission"

}
// map MAP01 "Office Infiltration"
// next MAP02
// music STLTHM1
// sky1 RSKY1 0


// map MAP02 "Thick Latina Military Base"
// next MAP03
// music MILVL
// sky1 RSKY1 0


gameinfo
{

	menufontcolor_title = "BLACK"
	menufontcolor_label = "BLACK"
	menufontcolor_value = "BLACK"	
	menufontcolor_action = "BLACK"
	menufontcolor_header = "BLACK"
	menufontcolor_highlight = "BLACK"
	menufontcolor_selection = "BLACK"
    AddEventHandlers = "BodyCarryEventHandler"

	
}