Hi all - bit confused - the following command won't work: Buzzard_A fire "Twin_Cannon_20mm";
The funny thing is, every other weapon fires correctly! And the classname is correct in the config! What gives? Maybe I've missed something silly! ;p
Hi all - bit confused - the following command won't work: Buzzard_A fire "Twin_Cannon_20mm";
The funny thing is, every other weapon fires correctly! And the classname is correct in the config! What gives? Maybe I've missed something silly! ;p
I've never used the fire command so I don't know if this will work as a good replacement :
Buzzard_A selectWeapon "Twin_Cannon_20mm";
Buzzard_A doWatch objectToFireAt;
Buzzard_A doTarget objectToFireAt;
Buzzard_A doFire objectToFireAt;
or you can try :
Buzzard_A selectWeapon "Twin_Cannon_20mm";
Buzzard_A fire "Twin_Cannon_20mm";