Jump to content
Sign in to follow this  
Novicaine

Help with artillery script!!! please!

Recommended Posts

banghead.gif 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

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

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

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

icon_rolleyes.gif  but once gone it worked

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×