1 | if (instance_exists(obj_intro_text)) |
2 | { |
3 | if (obj_intro_text.message_current == 5 && obj_intro_text.characters == obj_intro_text.message_length && no_loop == false) |
4 | { |
5 | alarm[0] = 40; |
6 | no_loop = true; |
7 | } |
8 | } |