Home   Help Search Login Register  

Author Topic: Which Weapon select?  (Read 714 times)

0 Members and 1 Guest are viewing this topic.

VisciousDog

  • Guest
Which Weapon select?
« on: 26 Nov 2003, 19:34:00 »
I am using A10's in a intro, and like to know how I can get the "A101" to fire a particular weapon "Maverick" on a particular target "House1" at a certain time and have the cam view on the Maverick to the target.
(The "House1" is from the editor placed on a map.)

How do I do this?


Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Which Weapon select?
« Reply #1 on: 26 Nov 2003, 21:14:07 »
well, for a start ya could remove the other weapons, just to FORCE the bird to use a certain missile.


INIT field goes like:


This removemagazines "Machinegun30A10"  .... etc.  ::)

...so that ONLY the maverick is left.

Then a kill command - MyPlane doTarget "Object ID#"; MyPlane Fire "MaverickLauncher"

- or alike.

Not sure if the bird will target that house, though, as its prolly a CIVIL sided building.

you could try ;

birdD dowatch "MyHouse" (or object ID#); bird fire "MaverickLauncher"

 :-* try it fer size m8


=========

PS:  "birdD" is the Driver of the plane named "bird"
« Last Edit: 26 Nov 2003, 21:15:22 by Tomb »