| 1 | image_xscale = 40; | 
| 2 | con = 0; | 
| 3 | if (global.plot == 121 && global.entrance == 1) | 
| 4 | save = instance_create(220, 660, obj_savepoint); | 
| 5 | if (global.plot > 121) | 
| 6 | save = instance_create(220, 660, obj_savepoint); | 
| 7 | if (global.entrance == 2) | 
| 8 | instance_destroy(); | 
| 9 | if (global.plot > 121) | 
| 10 | instance_destroy(); | 
| 11 | musout = 0; |