Hi,
Not having any joy with this....need some help.
I have used Mist 3_3 to DO SCRIPT in a mission trigger with the following code:
local vars =
{
type = "Cargo1",
country = 'USA',
category = "Cargo",
x = -338460,
y = 705500,
name = "Cargo_Load1",
heading = 0.47123889803847,
}
mist.dynAddStatic(vars)
However, when I went to sling load the cargo it wouldn't allow me to access the "all cargos" option in the comms menu, presumably because the game doesn't recognise this as "can be cargo".
Can anyone please tell me what line I should insert into this script so the game recognises this as cargo that can be sling loaded...
Thanks in advance.