PDA

View Full Version : Changing CAS planes



Zodiacdk
Aug 14 2009, 23:39
Hi there,

My first post here on the forum.

To the point, i need to know if it is possible to change the CAS air planes in SOM. Right now it is 2 Harriers, but i would like to change them to, 2 A-10s.

I have fund out how to change the support transports to Ex. an Osprey, but unable to find the "code" to SOM CAS planes. (or if you will, Tactical Airstrike)

Here is the "code" for changing the transport helicopters.


[["transport"],player] call BIS_SOM_addSupportRequestFunc; SOM setVariable ["TSS_vehicle_custom", OSPREY];
I suspect that I have to change something in the xxx
[["tactical_airstrike"],player] call BIS_SOM_addSupportRequestFunc; SOM setVariable ["xxx_vehicle_custom", A10]

Can someone help?

Thx

dwfourie
Sep 22 2009, 13:03
M8 if you find out how this works let me know to, I have been trying to figure this out for a while and can't sort it.

Slatts
Sep 22 2009, 20:26
my idea would be,if in a SP mission, to have triggers
which remove the harriers and at the same time add A-10's

if that is possible,think i saw it done somewhere