poppoppope #5 [351.3]
293 rounds, 203 wins, 42 losses, 48 draws
Ships
So Sorry Death Field
local loop = 0
function Update()
if loop == 0 then
T1 :Fire()
T2 :Fire()
T3 :Fire()
T4 :Fire()
loop = 1
end
if loop == 1 then
T5 :Fire()
T6 :Fire()
--t :Fire()
t1 :Fire()
loop = 2
end
if loop == 2 then
t2 :Fire()
t3 :Fire()
t4 :Fire()
thrust3:SetThrust(.5)
loop = 3
end
if loop == 3 then
if math.floor(time() / 6) % 2 == 0 then
thrust1:SetThrust(0)
thrust2:SetThrust(1)
else
thrust1:SetThrust(1)
thrust2:SetThrust(0)
end
loop = 0
end
print(loop)
end
Long Shot
local loop = 0
function Update()
if loop == 0 then
T1 :Fire()
T2 :Fire()
T3 :Fire()
T4 :Fire()
loop = 1
end
if loop == 1 then
T5 :Fire()
T6 :Fire()
t :Fire()
t1 :Fire()
loop = 2
end
if loop == 2 then
t2 :Fire()
t3 :Fire()
t4 :Fire()
--thrust1:SetThrust(.9)
loop = 3
end
if loop == 3 then
--if math.floor(time() / 2) % 5 == 0 then
--thrust:Ignite(0)
--else
thrust:SetThrust(.9)
--end
thrust2:SetThrust(.5)
loop = 0
end
print(loop)
end
Far Cry
local loop = 0
function Update()
if loop == 0 then
T1 :Fire()
T2 :Fire()
T3 :Fire()
T4 :Fire()
loop = 1
end
if loop == 1 then
T5 :Fire()
T6 :Fire()
t :Fire()
t1 :Fire()
loop = 2
end
if loop == 2 then
t2 :Fire()
t3 :Fire()
t4 :Fire()
thrust1:SetThrust(.5)
loop = 3
end
if loop == 3 then
--if math.floor(time() / 2) % 5 == 0 then
--thrust:SetThrust(0)
--else
thrust:SetThrust(.9)
--end
--thrust2:SetThrust(1)
loop = 0
end
print(loop)
end