Puffins
-
Content Count
5 -
Joined
-
Last visited
-
Medals
Posts posted by Puffins
-
-
-
You can only have one task marker (that shows as waypoint), but you can have links to several markers in the task description with:<marker name='objX'>TEXT</marker>
Ahhh, bummer :(
-
Is it possible to have one task link to several objectives using
taskname setSimpleTaskDestination (getMarkerPos "taskmarker");?
The reason I ask is because I have a mission where you are supposed to clear 3 small camps, but I don't want to clog up the taskjournal with one task for each camp, when it's just much more 'pretty' to have them all in one.
-
So I've managed to get everything from tasks to mission objectives & waypoints to work - except that my extraction(a helicopter whose waypoint is triggered when I enter the extraction point) won't pick me up.
I get it to fly to my position just fine, but then it just hoovers there midair mocking me until I either ragequit or shoot it down and fly to the mission-ending myself.
My setup is; helicopter waypoint = load, troop waypoint = get in - they are both synced up and if I try this anywhere else(like in another mission) it goes perfect - but not on this map. Anyone has any ideas on how to sort this?
While I'm at it, I would also like to know what the different timers actually do(Min, Mid, Max) and in what format are they in? seconds? minutes?
Altitude scripted
in ARMA 2 & OA : ADDONS - Configs & Scripting
Posted
Write this in the init field of the aircraft; this setPOS[0,0,xxx];
Where xxx is the height above ground you want, if you want to keep your aircraft at this height when the AI is flying add:
this flyInHeight xxx;
where xxx is the height to maintain - do note that it will go up/down depending on hills, so it wont go strictly after sea level(unless you are flying above the sea).