Home   Help Search Login Register  

Author Topic: Scud Targeting  (Read 1193 times)

0 Members and 1 Guest are viewing this topic.

Offline Taggart

  • Members
  • *
Scud Targeting
« 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  ???
Tried in vain got an artery

DBR_ONIX

  • Guest
Re:Scud Targeting
« Reply #1 on: 12 Jul 2004, 17:45:28 »
How bout, in your script, put this after a bit of a delay ::
Code: [Select]
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

Offline Taggart

  • Members
  • *
Re:Scud Targeting
« Reply #2 on: 12 Jul 2004, 18:35:24 »
Superb, what a bang, just what the Doctor ordered  ;D Many Thanx
Tried in vain got an artery

DBR_ONIX

  • Guest
Re:Scud Targeting
« Reply #3 on: 13 Jul 2004, 18:33:46 »
No probs ;)
- Ben