Krofton
Member-
Content Count
8 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout Krofton
-
Rank
Private
-
Script: Artillery barrage
Krofton replied to wokstation's topic in ARMA - MISSION EDITING & SCRIPTING
Sorry if this is a dumb question. I'm fairly new to scripting. But when I use your script in my mission, it gives me the following error: ' |#|sleep esd_bdelay * (random 2); // Wait f...' Error Generic error in expression target...' And it drops 1 bomb and then stops. Any ideas? I really need this script to work correctly. -
Mr. Murray, will you please work on a version of your Airstrike script for 1.08? I don't think you know how bad people are in need of it. It would be much appreciated by many! Especially me!
-
Script: Artillery barrage
Krofton replied to wokstation's topic in ARMA - MISSION EDITING & SCRIPTING
I actually really needed something like this for a mission I am currently working on. Thanks man! -
Force small arms fire on armored targets?
Krofton replied to Krofton's topic in ARMA - MISSION EDITING & SCRIPTING
Yeah I was thinking something with an invisible target might work, the hard part would be to have it be attached to the Stryker itself...and I would have no clue how that would work. I would really appreciate it man, thank you! -
Force small arms fire on armored targets?
Krofton replied to Krofton's topic in ARMA - MISSION EDITING & SCRIPTING
Yeah its confirmed, doFire will still not make them fire at the stryker...if I replace the stryker with a civilian and leave it the same name, voila, the AI fires at him. It looks like I'm going to have to change a value in the Stryker's vehicle config maybe...to make AI think it is a light vehicle (such as a hummer) so they will fire their small arms at it but yet still have the Stryker immune. Anyone up to the task of figuring this out for me? I'm really desperate at this point and I would really appreciate it. -
Force small arms fire on armored targets?
Krofton replied to Krofton's topic in ARMA - MISSION EDITING & SCRIPTING
Yes I am currently using the following init line: {_x doFire Stryker1} foreach units group this I tried adding the doTarget to it as well but to no avail. Any Ideas? -
Force small arms fire on armored targets?
Krofton posted a topic in ARMA - MISSION EDITING & SCRIPTING
I am currently creating a mission in which a Stryker team must reach a destination through Corazol with enemy infantry in ambush positions throughout the path. For an ambience effect I would like to have the rifle and machine gun troops fire at the Strykers (yes even though it wont do anything), not just the AT troops. Is there any way to implement this? Help would be MUCH appreciated as I am pretty much at a standstill because of this problem. Search has done nothing for me, I apolagize if this is a dumb question. -
Force small arms fire on armored targets?
Krofton posted a topic in ARMA : CONFIGS AND SCRIPTING (addons)
I am currently creating a mission in which a Stryker team must reach a destination through Corazol with enemy infantry in ambush positions throughout the path. For an ambience effect I would like to have the rifle and machine gun troops fire at the Strykers (yes even though it wont do anything), not just the AT troops. Is there any way to implement this? Help would be MUCH appreciated as I am pretty much at a standstill because of this problem.