Alarm_2.gml 101 B

1234567
  1. if timer--
  2. {
  3. x = lerp(x, tgx, 0.1);
  4. y = lerp(y, tgy, 0.1);
  5. alarm[2] = 1;
  6. }
  7. else status = "follow";