Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_tenna_enemy_CleanUp_0

(view raw script w/o annotations or w/e)
1
snd_stop(snd_tv_static);
2
with (obj_tenna_enemy_bg)
3
    instance_destroy();
4
with (obj_darkener)
5
    instance_destroy();
6
with (obj_tenna_minigame_ui)
7
    instance_destroy();
8
with (tenna_actor)
9
    instance_destroy();
10
scr_act_charsprite_end
scr_act_charsprite_end

function
scr_act_charsprite_end()
{ for (i = 0; i < 10; i++) { with (_charactsprite[i]) instance_destroy(); } with (obj_heroparent) { if (image_alpha == 0) { image_alpha = 1; acttimer = 0; state = 0; global.faceaction[myself] = 0; } } }
();
11
global.flag[7 disable_menu?] = 0;
12
room_speed = 30;