This is a little out there... but I've incorporated Bankler's Case I Recovery Trainer into the mission. I'm running into an issue with Airboss working with Bankler's. It seems Airboss is not handling the birth event as expected by the Bankler's code. I'm throwing a scripting error for "getPlayerName (a nil value)."
If anybody has tried this and been successful please let me know. I know Airboss and Bankler's can work together because I've seen it on a handful of MP servers, I'm just having an issue running this bug down. I'll post a snippit of my log here. I know this isn't directly TTI related, but the base mission is Georgian Coast so I thought this was a good place to come look for assistance!! Thanks in advance.
INFO Scripting (Main): event:type=takeoff,initiatorPilotName=conRAD,place=CVN-7X,t=56.16,initiator_unit_type=FA-18C_hornet,initiator_object_id=17084161,initiator_coalition=2,initiator_ws_type1=1,initiatorMissionID=1872,
INFO SCRIPTING (Main): TTI: Debug - Spawned object is not a UNIT, skipping BIRTH EVENT handling
INFO SCRIPTING (Main): 109108( -1)/I: AIRBOSS03641.function(AIRBOSS CVN-7X | Players:
1.) conRAD: Step=Undefined, Unit=Player_05, Airframe=FA-18C_hornet)
ERROR SCRIPTING (Main): Mission script error: [string "C:\Users\cjmcg\AppData\Local\Temp\DCS.openbeta\/~mis00006B81.lua"]:187: attempt to call method 'getPlayerName' (a nil value)
stack traceback:
[C]: in function 'getPlayerName'
[string "C:\Users\cjmcg\AppData\Local\Temp\DCS.openbeta\/~mis00006B81.lua"]:187: in function 'New'
[string "C:\Users\cjmcg\AppData\Local\Temp\DCS.openbeta\/~mis00006B81.lua"]:577: in function 'Init'
[string "Init(5, true)"]:1: in main chunk
EDIT: Fixed!! GetPlayerName is the DCS function… getPlayerName is the necessary MOOSE function. Syntax strikes again.