-
Notifications
You must be signed in to change notification settings - Fork 1
/
Axe_CocoPlum.rb
executable file
·50 lines (43 loc) · 1.14 KB
/
Axe_CocoPlum.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
require './Bot.rb'
def stutterat(clasz)
end
$rimmer = 0.437
$curyo = 0
$curxo = 0
def binderjacks(mystuff)
#def mystuff.kobiconn(x,y) end
#def mystuff.alpswitch(x,y) end
#def mystuff.kyconster(x,y) end
#mystuff.send(:define_singleton_method, :kobiconn, proc{|x,y|})
#mystuff.send(:define_singleton_method, :alpswitch, proc{|x,y|})
#mystuff.send(:define_singleton_method, :kyconster, proc{|x,y|})
end
require './BokChoyPampers.rb'
require './PlumBot.rb'
require './CocoBot.rb'
class CocoBot
def opto_alpswitch(x,y)
alpswitch(x,y)
end
def opto_kobiconn(x,y)
kobiconn(x,y)
end
end
$coonk = 1
unless ARGV[0].nil? then $coonk = Integer(ARGV[0]) end
for i in 1..$coonk do
if i == 1 then $promp = [3]
elsif i == $coonk then $promp = [1]
else $promp = [1,3] end
class Okuda
def bokchoydeluxe(depth,climb,xsegs,ysegs,topnuys,botnuys)
@insertionbreath = 0
bokchoypampers($promp,depth,climb,xsegs,ysegs,topnuys,botnuys)
end
end
$curxo = 0
if i==$coonk then laszt=true else laszt = false end
if (i%2) == 1 then
stutteron(CocoBot,false,laszt)
else stutteron(PlumBot,false,laszt) end
end