Starbase/Behemoth/Left/Blue 5.YOLOL
2024-05-10 10:43:54 -07:00

20 lines
342 B
Plaintext

mn=1000 mx=6000 stp=1000 if:cd then goto2end if:ci then goto3end goto1
a=(:collectors-stp)<mn :collectors=(:collectors-stp)*(1-a)+mn*a goto1
a=(:collectors+stp)>mx :collectors=(:collectors+stp)*(1-a)+mx*a goto1
// :collectors = Collectors Power
// :ci = Collectors Power Increase Button
// :cd = Collectors Power Decrease Button