Novicaine 0 Posted January 6, 2008 okay im using this script here http://www.armaholic.com/page.php?id=2540 for my mission that im making on al shakaka al jawf i put down three howitzer batteries in my FOB i added the trigger like it said set it to on act radio alpha like it said, and then pasted the code in the Line "on act" but when i paste it in it says " error: missing ;" in a lil window. maybe somethings wrong with the code or something ? please help !? Features: * Flares * 50mm Mortars * 80mm Mortars * Artillery * Precision Artillery * Spot Round * Smoke * Copperhead (Guided Artillery Shell) Usage: Place a trigger in the editor and set it to a radio function (alpha,bravo...etc) In the OnAct box type for: Code: Flares: [] exec "flare.sqs" 50mm Mortars : [] exec "Lmortar.sqs" 80mm Mortars : [] exec "Hmortar.sqs" Artillery : [] exec "Lartillery.sqs" Precision Artillery : [] exec "precision.sqs" Spot Round : [] exec "spotround.sqs" Smoke : [] exec "smoke.sqs" Copperhead : [] exec "copperhead.sqs" Share this post Link to post Share on other sites
PVT.Killer1 0 Posted January 7, 2008 Did you change the radio condition for each one? For example Alpha is Flares: [] exec "flare.sqs" Bravo is 50mm Mortars : [] exec "Lmortar.sqs" Charlie is Artillery : [] exec "Lartillery.sqs" And so on. Share this post Link to post Share on other sites
Chip360 0 Posted January 7, 2008 Isnt novicaine a sedative or a drug or something? Share this post Link to post Share on other sites
W0lle 1052 Posted January 7, 2008 Moving. Chip360 What has your post to do with his question? Please stop spamming the forums, maybe try to get your postcount up with constructive comments instead. Share this post Link to post Share on other sites
=Odin= 0 Posted January 7, 2008 I had a problem Like this once, turned out I was also pasting an extra space and got an error the same as yours so instead of this; [] exec "Lartillery.sqs"   it was like this; [] exec "Lartillery.sqs" that one space at the front had me stumped for ages  but once gone it worked Share this post Link to post Share on other sites
Novicaine 0 Posted January 8, 2008 I Fixed the problem what was causing the error was i had to put A for Alpha radio command in [A] of the on act line Share this post Link to post Share on other sites