Thanks, Just want to say thanks for all this Moose work you've done. Top shelf stuff!
I traced the error to my recovery windows I was using (borrowed from another airboss file..)
Now trying to get RescueHelo and trap sheets enabled. Neither working. The helo just doesn't appear (anywhere..) I have the helo in the ME, named properly and late activated.
For Trap sheet logging I dont see any .csv files generated. I get the LSO grades during the mission. If i try try turning trapsheet on in the airboss game menu I get "trap sheet data recorder broken on this carrier". I assume there is a setting I'm missing to turn the data recorder on?
Desanitized missionscripting as per recommendation
Here is my attempt:
RescueheloStennis=RESCUEHELO:New(UNIT:FindByName("USS Stennis"),"LIFEGUARD")
RescueheloStennis:SetTakeoffHot()
RescueheloStennis:Start()
local AirbossStennis = AIRBOSS:New( "USS Stennis" ) -- UNIT name of CVN
AirbossStennis:SetSoundfilesFolder("Airboss Soundfiles/")
AirbossStennis:SetMenuSingleCarrier()
AirbossStennis:SetUserSoundRadio()
AirbossStennis:Save()
AirbossStennis:SetTrapSheet()
AirbossStennis:SetAutoSave()
AirbossStennis:SetMenuRecovery(30, 20, false)
local window1 = AirbossStennis:AddRecoveryWindow( "6:00", "22:00", 1 ) -- 1 == Case 1
-- AirbossStennis:SetAirbossNiceGuy( true ) -- Optional use
AirbossStennis:Start()