fix folders
This commit is contained in:
1
EGOTech/jabber/yolol/dynamic_generator_basic.yolol
Normal file
1
EGOTech/jabber/yolol/dynamic_generator_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:GenRate=:MinEPS*:Min_EPS+(10000-:Battery)/50 goto1
|
||||
2
EGOTech/jabber/yolol/fire_basic.yolol
Normal file
2
EGOTech/jabber/yolol/fire_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
:fire1=0 :fire2=0 if:fire<1thengoto1end :fire1=:fire :fire2=0
|
||||
:fire1=0 :fire2=:fire goto1
|
||||
4
EGOTech/jabber/yolol/fuel_time_advanced.yolol
Normal file
4
EGOTech/jabber/yolol/fuel_time_advanced.yolol
Normal file
@@ -0,0 +1,4 @@
|
||||
n="\n" a="h" b="m" c="s" k="km" e="\n\nDistance:\n"
|
||||
s=t%60 m=(t-s)%3600/60 h=(t-m*60-s)/3600 d=:sp*t/1000
|
||||
:FuelTime=n+h+a+m+b+(s-s%1)+c+e+d+k f=:Fuel :fcw=19
|
||||
t=:Fuel/((f-:Fuel)/4) goto2
|
||||
1
EGOTech/jabber/yolol/min_eps_switch_basic.yolol
Normal file
1
EGOTech/jabber/yolol/min_eps_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:MinEPS=(:MinEPS+:mes)*(:MinEPS>=0)-:MinEPS>100 goto1
|
||||
5
EGOTech/jabber/yolol/odometer_basic.yolol
Normal file
5
EGOTech/jabber/yolol/odometer_basic.yolol
Normal file
@@ -0,0 +1,5 @@
|
||||
n="\n" p="Clear panel value to reset trip" k=1000 u="km" t="Trip:"+n
|
||||
if:Odometer==""then:odometer=n+"Reseting..." :odo_t=0end
|
||||
s=:sp ifs>150thens=150end :odo_l+=s/k :odo_t+=s/k
|
||||
if:Odometer==""thengoto1end :Odometer=n+:odo_l+u+n+t+:odo_t+u+n+p
|
||||
goto1
|
||||
4
EGOTech/jabber/yolol/prop_time_advanced.yolol
Normal file
4
EGOTech/jabber/yolol/prop_time_advanced.yolol
Normal file
@@ -0,0 +1,4 @@
|
||||
n="\n" a="h" b="m" c="s" k="km" e="\n\nDistance:\n" t=0
|
||||
s=t%60 m=(t-s)%3600/60 h=(t-m*60-s)/3600 d=:sp*t/1000
|
||||
:PropTime=n+h+a+m+b+(s-s%1)+c+e+d+k p=:Propellant :pcw=19
|
||||
t=:Propellant/((p-:Propellant)/4) goto2
|
||||
2
EGOTech/jabber/yolol/sensitivity_switch_basic.yolol
Normal file
2
EGOTech/jabber/yolol/sensitivity_switch_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
:Sensitivity=(:Sensitivity+:sss)*(:Sensitivity>=0)-:Sensitivity>100
|
||||
goto1
|
||||
2
EGOTech/jabber/yolol/sloth_basic.yolol
Normal file
2
EGOTech/jabber/yolol/sloth_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
if:sloth<1then:sense1=100 :sense2=-100 goto1end
|
||||
:sense1=:sensitivity :sense2=-:sensitivity goto1
|
||||
12
EGOTech/jabber/yolol/timer_advanced.yolol
Normal file
12
EGOTech/jabber/yolol/timer_advanced.yolol
Normal file
@@ -0,0 +1,12 @@
|
||||
n="\n" p="Clear panel value to reset" q="y" j="w" k="d" l="h" o="m"
|
||||
u="s" g="Reseting..." a=60 b=a*a c=b*24 e=c*7 f=c*365 x=1000
|
||||
if:Timer==""then:ts=0 z=n+n+g end :Timer=z
|
||||
t=:ts s=t%a t-=s m=t%b/a t-=m*a h=t%c/b t-=h*b d=t%e/c t-=d*c w=t%f/e
|
||||
t-=w*e y=t/f z=n ify>0thenz+=y+q end r=w%1 d+=r*7 ifd>6thenw++ d-=7end
|
||||
ifw>0thenz+=w/x*x+j end v=d%1 ifv==0.999thend+=0.001end // rounding
|
||||
ifd>0thenz+=d+k+n elsez+=n end z+=h+l+m+o+s+u+n+n+p :ts++ goto3
|
||||
|
||||
// Outputs:
|
||||
// :Timer - Global for text panel
|
||||
// Inputs:
|
||||
// :ts - store timer in seconds, put in memory chip or device
|
||||
1
EGOTech/jabber/yolol/total_fuel_basic.yolol
Normal file
1
EGOTech/jabber/yolol/total_fuel_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:Fuel=:Fuel1+:Fuel2+:Fuel3+:Fuel4+:Fuel5+:Fuel6 goto1
|
||||
2
EGOTech/jabber/yolol/transponder_ping_basic.yolol
Normal file
2
EGOTech/jabber/yolol/transponder_ping_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
s=3 if:Ping<1thengoto1end i=0 :ponder=1 :idBlink=1
|
||||
ifi<s*5theni+=1 goto2end :Ping=0 :idBlink=0 :ponder=0 goto1
|
||||
1
EGOTech/jabber/yolol/turtle_basic.yolol
Normal file
1
EGOTech/jabber/yolol/turtle_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
if:Turtle<100then:Turtle=:TurtleRate end goto1
|
||||
1
EGOTech/jabber/yolol/turtle_rate_switch_basic.yolol
Normal file
1
EGOTech/jabber/yolol/turtle_rate_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:TurtleRate=(:TurtleRate+:trs)*(:TurtleRate>=0)-:TurtleRate>100 goto1
|
||||
@@ -0,0 +1 @@
|
||||
a=:a3 :a3=a :a31=a>0 :a32=a>150 :a33=a>300 :a34=a>450 :a3b=a<151 goto1
|
||||
@@ -0,0 +1 @@
|
||||
a=:a4 :a4=a :a41=a>0 :a42=a>150 :a43=a>300 :a44=a>450 :a4b=a<151 goto1
|
||||
@@ -0,0 +1 @@
|
||||
a=:a1 :a1=a :a11=a>0 :a12=a>150 :a13=a>300 :a14=a>450 :a1b=a<151 goto1
|
||||
@@ -0,0 +1 @@
|
||||
a=:a2 :a2=a :a21=a>0 :a22=a>150 :a23=a>300 :a24=a>450 :a2b=a<151 goto1
|
||||
@@ -0,0 +1 @@
|
||||
a=:h3 :h3=a :h31=a>0 :h32=a>200 :h33=a>400 :h34=a>600 :h3b=:h34 goto1
|
||||
@@ -0,0 +1 @@
|
||||
a=:h4 :h4=a :h41=a>0 :h42=a>200 :h43=a>400 :h44=a>600 :h4b=:h44 goto1
|
||||
@@ -0,0 +1 @@
|
||||
a=:h1 :h1=a :h11=a>0 :h12=a>200 :h13=a>400 :h14=a>600 :h1b=:h14 goto1
|
||||
@@ -0,0 +1 @@
|
||||
a=:h2 :h2=a :h21=a>0 :h22=a>200 :h23=a>400 :h24=a>600 :h2b=:h24 goto1
|
||||
@@ -0,0 +1,2 @@
|
||||
b=1250 c=2500 d=3750 e=1251
|
||||
a=:p3 :p3=a :p31=a>0 :p32=a>b :p33=a>c :p34=a>d :p3b=a<e goto2
|
||||
@@ -0,0 +1,2 @@
|
||||
b=1250 c=2500 d=3750 e=1251
|
||||
a=:p4 :p4=a :p41=a>0 :p42=a>b :p43=a>c :p44=a>d :p4b=a<e goto2
|
||||
@@ -0,0 +1,2 @@
|
||||
b=1250 c=2500 d=3750 e=1251
|
||||
a=:p1 :p1=a :p11=a>0 :p12=a>b :p13=a>c :p14=a>d :p1b=a<e goto2
|
||||
@@ -0,0 +1,2 @@
|
||||
b=1250 c=2500 d=3750 e=1251
|
||||
a=:p2 :p2=a :p21=a>0 :p22=a>b :p23=a>c :p24=a>d :p2b=a<e goto2
|
||||
Reference in New Issue
Block a user