initial
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
if:advance<1thengoto1end
|
||||
if:advance>0thengoto3end :fcuforward=0 goto1
|
||||
:fcuforward=:ar
|
||||
|
||||
|
||||
|
||||
|
||||
:fcuforward=0 :acw=:at*5
|
||||
goto2
|
||||
@@ -0,0 +1 @@
|
||||
:ar=(:ar+:ars*0.5)*(:ar>=0)-:ar>20 goto1
|
||||
@@ -0,0 +1 @@
|
||||
:at=(:at+:ats)*(:at>=0)-:at>30 goto1
|
||||
6
Reference/EGOTech/bugger/yolol/mining/lasers_basic.yolol
Normal file
6
Reference/EGOTech/bugger/yolol/mining/lasers_basic.yolol
Normal 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
|
||||
@@ -0,0 +1 @@
|
||||
:lasers*=:fuel>2000 goto1
|
||||
2
Reference/EGOTech/bugger/yolol/mining/mine_basic.yolol
Normal file
2
Reference/EGOTech/bugger/yolol/mining/mine_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
if:mine<1thengoto1end :lasers=1 :advance=1 :collect=1
|
||||
if:mine>0thengoto2end :lasers=0 :advance=0 :collect=0 goto1
|
||||
Reference in New Issue
Block a user