1 | if (live_call()) |
2 | return global.live_result; |
3 | image_alpha = 0; |
4 | image_speed = 0; |
5 | if (x < 320) |
6 | sprite_index = spr_ceroba_pillar_left; |
7 | else |
8 | sprite_index = spr_ceroba_pillar_right; |
9 | image_blend = c_gray; |
10 | alarm[0] = 5; |