HI Everyone, This is awesome addon, I would appreciate any help if someone could help, I was trying to programe my z map satelite launch, and after few lines of code my KSP always freeze, becomes non responive program, when I run my program, it becomes very frustrating becouse I have to start KSP all over again and it takes 5 min every time to load game(becouse I have lot of addons...). Have I done something wrong with my coding or is it something else? this is my coding: print "THIS IS LAUNCH PROGRAMMING FOR Z MAP SATELITE SPACECRAFT". WAIT 3. LOCK STEERING TO UP + R(0,0,180). PRINT "SETTING MAIN ENGINE TO MAX". WAIT 1. LOCK THROTTLE TO 1. WAIT 1. PRINT "LIFTOFF IN 5". WAIT 1. PRINT "-----------4". WAIT 1. PRINT "-----------3". WAIT 1. STAGE. PRINT "-----------2 MAIN ENGINE ON". WAIT 1. PRINT "-----------1". WAIT 1. STAGE. PRINT "--------LIFTOFF-----". WAIT 3. PRINT "ROLL PROGRAM". WAIT 1. LOCK STEERING TO UP + R(0,0,90). WAIT 1. LOCK THROTTLE TO 0.7. WAIT 1. PRINT "CHECK ROLL PROGRAM COMPETE". WAIT 15. PRINT "MUST MANUALY STAGE SRBS". WAIT 15. there was more code but I deleted it and I try to run it like this and game freezes again when I run program? anyone , help??? p.s. it was working previously, this is 5 times in row I got KSP(non responding), I did not change game in any way from previous attempts to run programs.