//avanti behaviour config file

//blue team starts by attacking
//red team starts by defending

on_start
{
blue_attack 
//blue team will only attack, no defence
//use blue_normal to set the team back!

blue_available_only_point1 
//sets all blue wpts with point1 on to available
// all other blue point<n> flags are set to false

red_available_only_point1
}

on_msg(You secured CP1!!!)
{
blue_available_only_point2
red_available_only_point2
}

on_msg(You secured the Cornfield!!!)
{
blue_available_only_point3
red_available_only_point3
}

on_msg(You secured CP3!!!)
{
blue_available_only_point4
red_available_only_point4
}

on_msg(You secured the Bridge!!!)
{
blue_available_only_point1
red_available_only_point1
}

on_msg(#italy_team_secured_cp4)
{
blue_available_only_point1
red_available_only_point1
}

on_msg(#italy_endround_win)
{
blue_available_only_point1
red_available_only_point1
}

on_msg(#italy_endround_lose)
{
blue_available_only_point1
red_available_only_point1
}

