//Add A Freeslot For The Gametype
freeslot('tol_cheeseymode')
//Add The Gametype!

G_AddGametype({
	name = "Bot Bash!",
	typeoflevel = TOL_CHEESEYMODE|TOL_MATCH,
	identifier = "CheeseyMode",	
	rules = GTR_RESPAWNDELAY|GTR_SPECTATORS|GTR_SPAWNINVUL|GTR_HURTMESSAGES|GTR_SPAWNENEMIES|GTR_TEAMS,
	rankingtype = GT_MATCH,
	intermissiontype = int_match,
	headerleftcolor = 150,
	headerrightcolor = 37,
	description = 'Which team can destroy the most enemies?'
})
