1 | if (anti_buffer == 0) |
2 | { |
3 | myinteract = 3; |
4 | global.msc = 256; |
5 | global.typer = 5; |
6 | global.facechoice = 0; |
7 | global.faceemotion = 0; |
8 | mydialoguer = instance_create(0, 0, obj_dialoguer); |
9 | talkedto += 1; |
10 | } |