Starbase/Banshee/Right/Status display 2.YOLOL
2024-05-09 14:05:30 -07:00

5 lines
293 B
Plaintext

a="\n" b=100 c="mode:" d="ECO" e="Boost 100%" f="100% Power"
g="Adjusting" h="Battery:" i="Generator:" j="%" k="/"
m=(:gen/b)*b n=(:pow/b)*b o=(:bat/:maxb)*b if :gm==0 then l=d end
if :gm==1 then l=e end if :gm==2 then l=f end if :gm==3 then l=g end
:ps=a+i+a+c+a+l+a+n+j+k+m+j+a+h+a+o+j goto3