1 | event_inherited(); |
2 | image_speed = 0; |
3 | active = 0; |
4 | if (global.geno_complete[2]) |
5 | exit; |
6 | if (npc_flag > 0) |
7 | { |
8 | sprite_index = spr_torch_talk_snowdin_yellow; |
9 | image_index = 0; |
10 | image_speed = 0; |
11 | active = 2; |
12 | exit; |
13 | } |