-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtmhelper.cmd
More file actions
39 lines (30 loc) · 919 Bytes
/
tmhelper.cmd
File metadata and controls
39 lines (30 loc) · 919 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
# debuglevel 5
var wait_mana OFF
action var wait_mana OFF;goto start; when ^WAITING MANA-DONE$
action var wait_mana ON;goto start; when ^WAITING MANA$
action goto advance when ^You must be closer to use tactical abilities on your opponent
start:
if ($stamina <=70) then
{
waiteval $stamina >= 90
}
if ("%wait_mana" = "OFF") then
{
waitforre You begin to weave mana lines into a target pattern|You begin chanting|With tense movements you prepare|You begin to target|You raise your palms skyward
}
Weave:
pause 0.5
put weave
matchre Circle You weave
matchwait 3
Circle:
pause 0.5
matchre start You fake|You hesitate|You step|You side
put circle
matchwait 3
goto start
advance:
matchre start You close to melee range|closes to melee range on you
send advance
matchwait 5
goto start