Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_tm_quizzler_Alarm_0

(view raw script w/o annotations or w/e)
1
animator.zapping = false;
2
if (hit)
3
{
4
    animator.state = 3;
5
    instance_destroy();
6
}