Bridge Commander Central

BC Forums => BC Scripting => Topic started by: vonfrank on February 22, 2010, 12:07:46 PM

Title: Shuttle Launching AI
Post by: vonfrank on February 22, 2010, 12:07:46 PM
I am having a problem when I launch shuttles.

The AI just sits there and doesnt move, not even when there is an enemy ship to attack.

Is this a common problem? and if not, where is the AI for launched shuttles located?
Title: Re: Shuttle Launching AI
Post by: teleguy on February 22, 2010, 12:33:45 PM
Do you have a line like this

Quote
launcher.AddLaunchable( "Shuttle", "ftb.friendlyAI", 12)

in your carrier script?
Title: Re: Shuttle Launching AI
Post by: vonfrank on February 23, 2010, 09:41:22 PM
Yeah, i changed the AI type to "quickbattlefriendlyAI" (or something like that) and now i can tell the shuttles to attack and they will

however, they still dont attack automatically

any suggestions here?