Starbase/Behemoth/MK 2/Right/White 4.YOLOL
2024-05-10 12:57:29 -07:00

21 lines
285 B
Plaintext

mn=.1 mx=.3 stp=.001 if :tsd then goto2end if :tsi then goto3end goto1
a=(:ts-stp)<mn :ts=(:ts-stp)*(1-a)+mn*a goto1
a=(:ts+stp)>mx :ts=(:ts+stp)*(1-a)+mx*a goto1
// :depth = Shortest RF Depth
// :mdi = Mining Depth Increase Button
// :mdd = Mining Depth Decrease Button