| 123456789101112131415161718 |
- self_check_destroy();
- depth = 102;
- /*
- if global.developer_mode
- image_alpha = 0.4;
- else
- */
- image_alpha = 0;
- spr_index = noone;
-
- callback = function(){};
- init_spr = function(){};
- trigger = function()
- {
- return place_meeting(x, y, global.player);
- };
|