1 | if (conversation == 7) |
2 | conversation = 8; |
3 | if (conversation == 9) |
4 | conversation = 10; |
5 | if (conversation == 15) |
6 | { |
7 | with (obj_cosmeticblcon) |
8 | instance_destroy(); |
9 | conversation = 16; |
10 | } |
11 | if (conversation == 21) |
12 | conversation = 22; |
13 | if (conversation == 24) |
14 | conversation = 25; |