1 | finish = true; |
2 | if (!instance_exists(obj_dialogue)) |
3 | msg = instance_create(x, y, obj_dialogue); |
4 | with (msg) |
5 | { |
6 | sndfnt = 99; |
7 | message[0] = "* The Micro Froggits are waving# goodbye."; |
8 | portrait = false; |
9 | } |