[code]sp_missionselect_listbox_contents[sp_n+1] =
{ isModLevel = 1,
mapluafile = "BRS%s_%s",
era_g = 1,
mode_con_g = 1,
mode_1flag_g =1,
mode_ctf_g =1,
mode_c1_g =1,
mode_c2_g =1,
mode_c3_g =1,
mode_c4_g =1,
mode_siege_g =1,
mode_seige_g =1,
mode_hunt_g = 1,
change = {
mode_hunt = { name="Team Deathmatch", icon="mode_icon_hunt", about="Kill enemy players to increase your score, first team to the score limit wins" },
mode_c1 = { name="Base Assault", icon="mode_icon_hunt", about="Destroy the enemy base and kill players to score enough points to win" },
mode_c2 = { name="Base Assault XL", icon="mode_icon_hunt", about="Destroy the enemy base and kill players to score enough points to win" },
mode_c3 = { name="Bombardment", icon="mode_icon_hunt", about="Place a Homing Beacon to order the Star Destroyer to bombard the enemies base" },
mode_c4 = { name="Bombardment XL", icon="mode_icon_hunt", about="Place a Homing Beacon to order the Star Destroyer to bombard the enemies base" },
mode_siege = { name="Intel Recovery", icon="mode_icon_hunt", about="Break into the enemies base and steal their plans then return it to the comm tower." },
mode_seige = { name="Intel Recovery XL", icon="mode_icon_hunt", about="Break into the enemies base and steal their plans then return it to the comm tower." },
},
}
[/code]