Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_thrash_zap_controller_Alarm_1

(view raw script w/o annotations or w/e)
1
instance_create(x, (y - 10) + irandom(25), obj_thrash_zap);
2
alarm[1] = 2 + irandom(refresh);
gml_Object_obj_thrash_zap_controller_Alarm_1.gml

instance_create(x, (y - 10) + irandom(25), obj_thrash_zap); alarm[1] = 2 + irandom(refresh);