View Single Post
Old 08-06-22, 04:00 PM   #94
Jeff-Groves
Village Idiot
 
Jeff-Groves's Avatar
 
Join Date: Sep 2014
Posts: 5,320
Downloads: 130
Uploads: 0


Default

OK. So We are on the same page then.
One thing I see missing is

precond
{
Plane:CanFireCannons()
}

So not sure how the Strafe command will work with out that.

Now Strafe is listed as a valid command in the sim file.
No notes on the value after the call but I suspect a precentage of chance of firing.

You may need to set it like so,

precond
{
Plane:HasCannons(),
Plane:CanFireCannons()
}
__________________
I don't do Stupid. So don't ask.
Jeff-Groves is offline   Reply With Quote