faileddialogues[]={"Mission not allowed in Safe Zone"};
completeCondition="true";
completedialogues[]={};
completedCALL="";
reward[]={};
cleanUp=0;
nextTask[]={"uavMissionStart"};
// Not used atm
taskLimit=3;
itemSpawn=3;
callEventBinTask=0;
diagSquelch=30;
abandonDist=100;
};
classuavMissionStart{
author="axeman";
title="UAV Mission Start";
simpleTask=0;
items[]={"B_UavTerminal"};
triggerDelay=1;
triggerintervall=8;
markerType=0;
markerVisible=0;
markerRadius=0;
markerText="";
initcall="";
cleanUpCall="";
dialogues[]={
{
"true",
{"The UAV terminal is at your feet, Equip it !","Pick up the terminal and equip yourself with it.","Grab the UAV terminal and put it in your GPS slot."}
},
{
"!('B_UavTerminal' in assignedItems player)",
{"Hurry it up, pick up and equip the terminal.","Come on, Equip yourself with the terminal.","We don't have all day, get that terminal equipped."}
faileddialogues[]={"I guess you have better things to do.","Try again later.","You didn't pick up the terminal. Misison Failed !"};
completeCondition="'B_UavTerminal' in assignedItems player";
completedialogues[]={"That's great, you have 30 seconds to find a safe position.","Find a hidden spot to operate from, take off in 30 seconds.","Find yourself a concealed position to work from, taking off in half a minute."};
{"UAV is ready, get prepared! Connecting in 10 seconds","Here it comes, connecting you in 10 seconds..","Nice spot, connecting you to the UAV in 10 seconds!"}
{"Great start.. Lets take this thing for a ride.","We're off, get some practice, I am finding you a target.","Get clear of this area, I am calculating your target."}
},
{
"alive axeUAV",
{"Keep it up, you are doing a great job.","Try and find some targets on your way.","Don't get shot down now !"}
{"I need some recon on a nearby house","We need intelligence on a potential trader location.","Help us gather intel on a trader house !"}
},
{
"EPOCH_taskMarkerPos distance axeUAV > 450",
{"I have marked your map, it will be nearby.","Check you map, there is a marker near a safehouse","Search your map for the landing zone, near a traders safehouse."}
},
{
"EPOCH_taskMarkerPos distance axeUAV < 450",
{"Land it nearby and switch off the engine.","You need to land by the house, quietly.","Drop the UAV in the marker, then keep quiet."}
{"I need this UAV delivering to my buddy","Recon a rogue trader, land this near his location.","Land this UAV near the target trader."}
},
{
"EPOCH_taskMarkerPos distance axeUAV > 450",
{"Check your map for his location, you will need to land nearby.","I have marked your map with his location.","Fly to the location marked on your map, then land."}
},
{
"EPOCH_taskMarkerPos distance axeUAV < 450",
{"Get this thing down and the engine off.","Land in the zone and switch your engine off quickly.","Find a landing spot in the area and keep quiet."}