SCENARIO "avenue1frd"
{
//Formally known as Drug Run. This is quite popular.
TARGETS
{
PLAYER_RANDOM "Courier" TEAM "Team1" SKIN "suit/betblak1"
TARGET_AREA "FinalDest" ( 151 701 28 ) ( 191 741 68 )
TARGET_OBJECT "Package" MODEL "models/items/pack/tris.md2" PIC "k_datacd"
TARGET_LOCATION "InitialDest" ( 1452 -2596 258 )
}
TEAM "Team1"
{
SKIN "suit/betblak4"
WEAPONS "all"
RESPAWN INSTANT
GOALS
{
ESCORT "Courier" TO "FinalDest"
RETRIEVE "Package" FROM "InitialDest" TO "FinalDest" BY "Courier"
}
//Those goals are getting sophisticated. You can have multiple goals for one or both teams.
}
TEAM "Team2"
{
SKIN "sas/sas"
WEAPONS "all"
RESPAWN FRACTION 50 AWAY_FROM "Courier" 1 TOGETHER
//This is needed because of the intricity of the goal for team1. Team1 needs to put themselves
//out and get themselves killed so the VIP or courier can live. Try to make it so that
//the more goals a team has to do the less the team needs to worry about their lives.
GOALS
{
ASSASSINATE "Courier"
}
}
}