1 | image_xscale = 1; |
2 | image_yscale = 50; |
3 | conversation = 0; |
4 | if (global.plot > 4.5) |
5 | instance_destroy(); |
6 | if (global.plot == 4) |
7 | conversation = 2.5; |
8 | if (global.plot == 4.5) |
9 | conversation = 4; |