Skip to content

Commit c73f880

Browse files
committed
more sync
1 parent 22ad603 commit c73f880

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

scripts/macro events/mime/configs/mime.constant

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
// https://www.youtube.com/watch?v=sfgh3eU579A
88
// Has the Mysterious Old Man face
99

10-
// https://www.youtube.com/watch?v=sfgh3eU579A most accurate to era
10+
// 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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ if($count = 0) {
1515
if (loc_find(0_31_74_26_25, loc_3644) = true) {
1616
loc_anim(macro_spotlight_on);
1717
}
18+
huntall(0_31_74_24_28, 1, 0);
19+
while(huntnext = true) {
20+
queue(mime_step_right_up, 0);
21+
}
1822
huntall(0_31_74_24_26, 1, 0);
1923
while (huntnext = true) {
2024
if_close();
@@ -51,6 +55,9 @@ if($count = 4) {
5155
// This timer gets called every 4 ticks
5256
npc_settimer(2);
5357

58+
[queue,mime_step_right_up]
59+
p_teleport(0_31_74_24_26);
60+
5461
[if_button,inter_151:com_2] @mime_random_emote(emote_cry,0);
5562
[if_button,inter_151:com_3] @mime_random_emote(emote_think,1);
5663
[if_button,inter_151:com_4] @mime_random_emote(emote_laugh,2);
@@ -66,6 +73,7 @@ if_close;
6673
anim($anim, 0);
6774
def_int $curr_emote = divide(modulo(map_clock, multiply(16,16)), 32);
6875
if ($num = $curr_emote) {
76+
%macro_transmit = %macro_transmit + 1;
6977
p_delay(4);
7078
anim(emote_cheer, 0);
7179
} else {

0 commit comments

Comments
 (0)