
Originally Posted by
Jedra
That was the culprit - it works OK now.
I play in trainee mode, but with all the difficulties set as expert (including auto-trim set to off). I do this so that I can display waypoint information as by default expert does not let you change this. I like flying in expert but I hate not knowing where I am going!!
Anyway, thanks for this - the blue dot makes it easier to see when trims are set to zeroes.
Interesting, thanks for the feedback.
I'll have to have a think about how to determine if to terminate it or not.
This is all I commented out.
Code:
if (isAutoTrimOnRtd (vehicle player)) exitWith {};
I'm wondering if you play on a setting which by default is set to autotrim, but you have it disabled in the options, if it starts still enbled, and disabled during mission startup, where my code is running prior to that?
Ok there is a command enableAutoTrimRTD I bet that's why.
Alright I'll have a think about the best way around it. I don't like leaving things unpolished as much as I can help it