-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclimbrope.cmd
More file actions
56 lines (44 loc) · 809 Bytes
/
climbrope.cmd
File metadata and controls
56 lines (44 loc) · 809 Bytes
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
51
52
53
54
55
56
# climb with a magic rope
# debug 5
var container kit
var maxexp $Athletics.LearningRate
math maxexp add 12
if %maxexp >= 34 then {
var maxexp 34
}
goto START
maxexp:
var maxexp 34
return
START:
if_1 then
{
gosub %1
shift
goto START
}
top:
put stow right
put stow left
pause 1
matchre climb You get
matchre nope What were you referring to
put get my climbing rope
matchwait
climb:
put play $play.song $play.style
put climb practice my rope
waitfor You finish practicing your climbing skill
goto checkEXP
checkEXP:
pause 0.2
if $Athletics.LearningRate >= %maxexp then goto end
goto climb
nope:
echo
echo *** cannot find rope "(╯°□°)╯︵ ┻━┻" ***
echo
goto end
end:
put put my rope in my %container
put #parse CLIMB DONE