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