7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
if instance_exists(obj_talker)
|
||
|
instance_destroy();
|
||
|
image_index = 1;
|
||
|
image_angle = direction;
|
||
|
draw_self();
|
||
|
|