-
Notifications
You must be signed in to change notification settings - Fork 1
/
khri.cmd
55 lines (44 loc) · 926 Bytes
/
khri.cmd
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
debuglevel 5
var aug focus
var util hasten
var play_song YES
action var play_song YES when You finish playing
if_1 then goto %1
start:
if $standing = 1 then put sit
gosub khri %aug
gosub khri %util
goto meditate
khri:
var khri $0
if "%khri" = "EMPTY" then return
khri.s:
pause 0.5
matchre RETURN You already|You're already using|Roundtime
put khri %khri
matchwait 3
goto khri.s
RETURN:
return
meditate:
pause 0.5
if ("%play_song" = "YES") then
{
put play $play.song $play.style
var play_song NO
}
matchre checkExp You focus your mind
matchre done Your thoughts are clear and focused.
put khri meditate
matchwait 3
goto meditate
checkExp:
if ($Augmentation.LearningRate >= 34) then goto done
goto meditate
done:
pause
send khri stop
send stop play
wait
send stand
put #parse KHRI DONE