Code:
/*
First version of the script.
Might be buggy.
Will automatically launch a stage rocket from a planet to space.
Will handle fuel levels, rotation and pitch of rocket.
Will detach stages when need to.
For bug report contact me on steam workshop or on SE official forum.
*/
//timer variables
IMyTimerBlock MainStageStarter;
IMyTimerBlock SecondStageStarter;
IMyTimerBlock ThirdStageStarter;
IMyTimerBlock FirstSeperator;
IMyTimerBlock SecondSeperator;
IMyTimerBlock...