1 | talk = obj_rodney_hotland.talk; |
2 | if (instance_exists(obj_dialogue) && talk == true) |
3 | { |
4 | if (obj_dialogue.cutoff == string_length(obj_dialogue.message[obj_dialogue.message_current])) |
5 | { |
6 | image_speed = 0; |
7 | image_index = 0; |
8 | } |
9 | else |
10 | { |
11 | image_speed = 0.2; |
12 | } |
13 | } |