20 lines
284 B
Plaintext
20 lines
284 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 |