Starbase/Behemoth/MK 1/Left/Blue 6.YOLOL
2024-05-10 10:55:11 -07:00

20 lines
337 B
Plaintext

mn=5 mx=100 stp=5 if :csd then goto2end if :csi then goto3end goto1
a=(:crawlspeed-stp)<mn :crawlspeed=(:crawlspeed-stp)*(1-a)+mn*a goto1
a=(:crawlspeed+stp)>mx :crawlspeed=(:crawlspeed+stp)*(1-a)+mx*a goto1
// :crawlspeed = Crawl Speed Multiplier
// :csi = Crawp Speed Increase Button
// :csd = Crawp Speed Decrease Button