This commit is contained in:
Zan
2024-05-09 14:05:30 -07:00
parent 93d72079dd
commit cfa8289330
2074 changed files with 21518 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
if:advance<1thengoto1end
if:advance>0thengoto3end :fcuforward=0 goto1
:fcuforward=:ar
:fcuforward=0 :acw=:at*5
goto2

View File

@@ -0,0 +1 @@
:ar=(:ar+:ars*0.5)*(:ar>=0)-:ar>20 goto1

View File

@@ -0,0 +1 @@
:at=(:at+:ats)*(:at>=0)-:at>30 goto1

View File

@@ -0,0 +1,6 @@
a=0
b=1 c=10 if:lasers<1then:tr=0 a=0 goto2end
a++ ifa<(c+1)then:tr=a*-b if:lasers<1thengoto2end goto3end a--
a-- ifa>0then:tr=a*-b if:lasers<1thengoto2end goto4end
a++ ifa<(c+1)then:tr=a*b if:lasers<1thengoto2end goto5end a--
a-- ifa>0then:tr=a*b if:lasers<1thengoto2end goto6end goto3

View File

@@ -0,0 +1 @@
:lasers*=:fuel>2000 goto1

View File

@@ -0,0 +1,2 @@
if:mine<1thengoto1end :lasers=1 :advance=1 :collect=1
if:mine>0thengoto2end :lasers=0 :advance=0 :collect=0 goto1