1 | if instance_exists(obj_ceroba_body_pacifist_phase_1) |
2 | { |
3 | switch obj_ceroba_body_pacifist_phase_1.sprite_index |
4 | { |
5 | case spr_ceroba_transformation_p1_7: |
6 | attach_points = [[-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [-1000, -1000], [145, 10], [145, 10], [145, 10], [145, 10], [145, 8], [145, 8], [145, 6]] |
7 | scr_point_attach |
8 | break |
9 | default: |
10 | instance_destroy() |
11 | break |
12 | } |
13 | |
14 | } |
15 | else |
16 | instance_destroy() |