We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ad603 commit c73f880Copy full SHA for c73f880
2 files changed
scripts/macro events/mime/configs/mime.constant
@@ -7,4 +7,5 @@
7
// https://www.youtube.com/watch?v=sfgh3eU579A
8
// Has the Mysterious Old Man face
9
10
-// https://www.youtube.com/watch?v=sfgh3eU579A most accurate to era
+// https://www.youtube.com/watch?v=sfgh3eU579A most accurate to era
11
+// https://www.youtube.com/@bestemor1000/videos
scripts/macro events/mime/scripts/mime.rs2
@@ -15,6 +15,10 @@ if($count = 0) {
15
if (loc_find(0_31_74_26_25, loc_3644) = true) {
16
loc_anim(macro_spotlight_on);
17
}
18
+ huntall(0_31_74_24_28, 1, 0);
19
+ while(huntnext = true) {
20
+ queue(mime_step_right_up, 0);
21
+ }
22
huntall(0_31_74_24_26, 1, 0);
23
while (huntnext = true) {
24
if_close();
@@ -51,6 +55,9 @@ if($count = 4) {
51
55
// This timer gets called every 4 ticks
52
56
npc_settimer(2);
53
57
58
+[queue,mime_step_right_up]
59
+p_teleport(0_31_74_24_26);
60
+
54
61
[if_button,inter_151:com_2] @mime_random_emote(emote_cry,0);
62
[if_button,inter_151:com_3] @mime_random_emote(emote_think,1);
63
[if_button,inter_151:com_4] @mime_random_emote(emote_laugh,2);
@@ -66,6 +73,7 @@ if_close;
66
73
anim($anim, 0);
67
74
def_int $curr_emote = divide(modulo(map_clock, multiply(16,16)), 32);
68
75
if ($num = $curr_emote) {
76
+ %macro_transmit = %macro_transmit + 1;
69
77
p_delay(4);
70
78
anim(emote_cheer, 0);
71
79
} else {
0 commit comments