OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Taggart on 12 Jul 2004, 17:41:30
-
I have found nothing in search to help with this :'(, so any help is appreciated. I have a scud "scud1" and a target "target1", I am using a script to initiate the scud launch, which works brilliantly, but I cannot get the scud to fire on a specified target. I have tried using "scud1 dotarget target1; scud1 dofire target1" along with the script, but it does not work. My clan does not use the BAS Scud, so I cannot use that. Any ideas please ???
-
How bout, in your script, put this after a bit of a delay ::
scudbang = "laserguidedbomb" camcreate getpos traget1
It will make a fairly large explosion where ever the unit/item called target1 is located
Though you can't make the missile come down, as it would require a new addon (A 3d model of the missile, to camcreate)
- Ben
-
Superb, what a bang, just what the Doctor ordered ;D Many Thanx
-
No probs ;)
- Ben