Debug/Trace
Hi FlightControl,
Could you explain a bit further about debugging in Moose, try to turn on tracing by this :
attempt to call method BASE:TraceOn( true )Get this error: attempt to call method 'TraceOn' (a nil value).
And Im not sure about where to put the parameters cause nothing happens, might be due to above problem.
local menuSpawnEscort = MENU_GROUP_COMMAND:New(cClient,"Spawn Escort Helis",menuFeatureParent,spawnEscort,player):E("Debug Exort Menu Line"):book: Debugging DCS makes me crazy, so hope your trace function can bring som light into my dark dark tunnel :).
Second thing, as you can see Im using menu to spawn escort, due to the menu multiplayer bug I tried to just use to spawn the escort in startup, but it apears like the same bug problem apears in ESCORT class when in MP. Can you confirm this?