| 1 | if (live_call()) |
| 2 | return global.live_result; |
| 3 | obj_pl.image_alpha = 1; |
| 4 | obj_pl.direction = 270; |
| 5 | global.cutscene = false; |
| 6 | if (global.party_member != -4) |
| 7 | { |
| 8 | if (instance_exists(global.party_member)) |
| 9 | global.party_member.image_alpha = 1; |
| 10 | else |
| 11 | instance_create(obj_pl.x, obj_pl.y, global.party_member); |
| 12 | } |