Softwerker

Starbase Scripts

Apr 7th, 2021
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Autopower Script:
  2. if :ShotdownT==0 then :Shotdown=0 goto 1 end
  3. if :Autopower==0 then goto 1 end goto 3
  4. F=(10000-:BATTERY)/200
  5. if F<1 then :Shotdown=0 goto 1 end
  6. if F>27 then :Shotdown=28 else :Shotdown=F end goto1
  7.  
  8.  
  9. Laser Script:
  10. if :ManualTP==0 then goto 2 end goto 1
  11. if :Finder==1 then :TP=atan(:FD/4.15) :TP-=90 end goto 1
Advertisement
Add Comment
Please, Sign In to add comment