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