1 | if (global.plot < 50 && t == 0) |
2 | { |
3 | if (instance_exists(obj_encountererparent)) |
4 | { |
5 | with (obj_encountererparent) |
6 | steps += 200; |
7 | global.encounter = 0; |
8 | } |
9 | t = 1; |
10 | global.interact = 1; |
11 | obj_mainchara.hspeed = 3; |
12 | obj_mainchara.image_speed = 0.25; |
13 | alarm[0] = 30; |
14 | vol = caster_get_volume(global.currentsong); |
15 | vol1 = vol; |
16 | } |