| 1 | function cutscene_dialogue_axis_hindered() |
| 2 | { |
| 3 | if (!instance_exists(obj_dialogue_axis_hindered)) |
| 4 | msg = instance_create(x, y, obj_dialogue_axis_hindered); |
| 5 | if (!global.dialogue_open) |
| 6 | { |
| 7 | cutscene_advance(); |
| 8 | return true; |
| 9 | } |
| 10 | return false; |
| 11 | } |