forked from CL-LA/macros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuperchicken-dances.macro
100 lines (87 loc) · 1.73 KB
/
superchicken-dances.macro
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
row1
{
"/pose kneel\r"
"/pose sit\r"
"/pose celebrate\r"
}
row2
{
"/pose leanright\r"
"/pose angry\r"
"/pose leanleft\r"
}
row3
{
"/pose akimbo\r"
"/pose stand s\r"
"/pose bless\r"
"/pose lie\r"
}
row1a
{
"/pose bow\r"
"/pose seated\r"
"/pose salute\r"
}
row2a
{
"/pose walkleft s\r"
"/pose stand s\r"
"/pose walkright s\r"
}
row3a
{
"/pose surprised\r"
"/pose thoughtful\r"
"/pose walkleft se\r"
"/pose stand se\r"
}
row1c
{
"/pose attack sw\r"
"/pose attack s\r"
"/pose attack se\r"
}
row2c
{
"/pose attack w\r"
"/pose stand s\r"
"/pose attack e\r"
}
row3c
{
"/pose attack nw\r"
"/pose attack n\r"
"/pose attack ne\r"
}
numpad-1 "/pose kneel\r"
numpad-2 "/pose sit\r"
numpad-3 "/pose celebrate\r"
numpad-4 "/pose leanright\r"
numpad-5 "/pose angry\r"
numpad-6 "/pose leanleft\r"
numpad-7 "/pose akimbo\r"
numpad-8 "/pose stand s\r"
numpad-9 "/pose bless\r"
numpad-0 "/pose lie\r"
numpad-+ call walk1
alt-numpad-1 "/pose bow\r"
alt-numpad-2 "/pose seated\r"
alt-numpad-3 "/pose salute\r"
alt-numpad-4 "/pose walkleft s\r"
alt-numpad-5 "/pose stand s\r"
alt-numpad-6 "/pose walkright s\r"
alt-numpad-7 "/pose cry\r"
alt-numpad-8 "/pose surprised\r"
alt-numpad-9 "/pose thoughtful\r"
alt-numpad-- "/pose walkleft se\r"
alt-numpad-/ "/pose stand se\r"
control-numpad-1 "/pose attack sw\r"
control-numpad-2 "/pose attack s\r"
control-numpad-3 "/pose attack se\r"
control-numpad-4 "/pose attack w\r"
control-numpad-5 "/pose stand s\r"
control-numpad-6 "/pose attack e\r"
control-numpad-7 "/pose attack nw\r"
control-numpad-8 "/pose attack n\r"
control-numpad-9 "/pose attack ne\r"