View Single Post
  #2  
Old 09-20-2012, 07:53 PM
salmo salmo is offline
Approved Member
 
Join Date: Mar 2011
Posts: 632
Default

It looks to me as though your assigning aircraft "0:BoB_RAF_F_111Sqn_Early.0 00" as actor1 but the aircraft in the mission is "BoB_RAF_F_111Sqn_Early.01". A line like this might help overcome the actor numbering issue:

AiActor actor1 = GamePlay.gpActorByName("0:BoB_RAF_F_111Sqn_Early.1 00");
__________________
When one engine fails on a two engine bomber, you will always have enough power left to get to the scene of the crash.

Get the latest COD Team Fusion patch info HERE
Reply With Quote