Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_enemydefeatsplash_Other_7

(view raw script w/o annotations or w/e)
1
instance_destroy();
2
if (drop_candy == true)
3
    instance_create_depth(x - 16, y - 16, obj_mainchara_board.depth - 1000, obj_board_heal_pickup);