Quote:
Originally Posted by TheDarkWraith
I think you're onto something but it's still not completely automated. You have to click on the use stadimeter and then you have to click on send range to TDC. Maybe there's a way to completely automate it  Is the TDC range dial showing the correct range reading? Something tells me it isn't.
|
It should, I will check. Maybe something like:
(ButtonName).MouseLeftButtonDown +=
Game.SubmarineCommands.ExecuteCommand( "Set_tgt_mast_height_international" )
(ButtonName).MouseLeftButtonUp +=
Game.SubmarineCommands.ExecuteCommand( "DIAL_TGT_RANGE" )
These are the 2 buttons:
PageTorpedoSolution_RightPanel_Range_SendRangeButt on and PageTorpedoSolution_RightPanel_StadimeterButton