Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_gerson_bell_attack_controller_CleanUp_0

(view raw script w/o annotations or w/e)
1
gers = instance_create(obj_hammer_of_justice_enemy.x + 45, obj_hammer_of_justice_enemy.y + 45, obj_gerson_teleport);
2
gers.type = 10;
3
instance_destroy();