RyanM 0 Posted July 10, 2009 Ok, so I have the SOM support set up and working (im using the tactical airstike and aerial recon supports). The SOM manger is set up with the "this setvariable ["settings", [[], true, nil, nil, false]]" so no missions are being called and a timeout trigger with the "[["tactical_airstrike", "aerial_reconnaissance"], player] call BIS_SOM_addSupportRequestFunc;" but I can only get one support request from each support unit. I tried adding the "[["tactical_airstrike", "aerial_reconnaissance"], player] call BIS_SOM_addSupportRequestFunc;" more than once in the trigger that im using to trigger the supports in hopes that it added one request for each command line but that doesn't work (you know..add two command line requests for a tactical airstrike and you get two airstrikes, add three and you get three, etc). Trying to figure this out and so far I have not found anything telling me how to do this on the Sec Ops Manger BI wiki page (or any of the module wiki pages). Can anybody help me get unlimited (or at least a few) support requests? thanks Share this post Link to post Share on other sites
JonasRC 10 Posted July 11, 2009 In the Artillery Module article on the biki, there are two example missions, check them out. They have a radio function to add artillery strikes, you can use that as an example. Share this post Link to post Share on other sites
Karmichael 11 Posted July 11, 2009 Ok, so I have the SOM support set up and working (im using the tactical airstike and aerial recon supports). The SOM manger is set up with the "this setvariable ["settings", [[], true, nil, nil, false]]" so no missions are being called and a timeout trigger with the "[["tactical_airstrike", "aerial_reconnaissance"], player] call BIS_SOM_addSupportRequestFunc;" but I can only get one support request from each support unit. I tried adding the "[["tactical_airstrike", "aerial_reconnaissance"], player] call BIS_SOM_addSupportRequestFunc;" more than once in the trigger that im using to trigger the supports in hopes that it added one request for each command line but that doesn't work (you know..add two command line requests for a tactical airstrike and you get two airstrikes, add three and you get three, etc). Trying to figure this out and so far I have not found anything telling me how to do this on the Sec Ops Manger BI wiki page (or any of the module wiki pages). Can anybody help me get unlimited (or at least a few) support requests?thanks see my thread in armaholic http://www.armaholic.com/forums.php?m=posts&q=7296&n=last#bottom Share this post Link to post Share on other sites