Limaro Posted December 29, 2021 Posted December 29, 2021 (edited) Hello everyone, I become totally desperate. I was starting to make a test mission, using moose, to test several things. I already tested successfully some test missions from the Git page. And now I wanted to start my new mission, adding a new menu. And this fails, since hours, and I cannot tell why. This is my whole script (reduced to the actual problem): local radio radio = MENU_COALITION:New(coalition.side.BLUE, "NewMenu", nil) When loading this script, I am getting this ingame: I am using the latest moose.lua (2.7.8). it's being load at mission start. My Script is loaded when more than 5 seconds. Edited December 30, 2021 by Limaro Windows 11 Pro 64Bit - AMD Ryzen 5800X3D - AMD 6900 XT - 64 GB RAM VPC MongoosT-50CM2 Throttle, VPC WarBRD Base, VPC MongoosT-50CM2 Grip
Limaro Posted December 30, 2021 Author Posted December 30, 2021 I found a solution, not the real error. Just for all: Do not load the moose.lua with "Mission Start" event. I may lead to problems. Just make no event, I also included now some seconds delay before moose and some more seconds for my mission script. 1 Windows 11 Pro 64Bit - AMD Ryzen 5800X3D - AMD 6900 XT - 64 GB RAM VPC MongoosT-50CM2 Throttle, VPC WarBRD Base, VPC MongoosT-50CM2 Grip
Recommended Posts