Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_puzzlecloset_manager_Other_25

(view raw script w/o annotations or w/e)
1
if (surface_exists(surf1))
2
    surface_free(surf1);
3
if (surface_exists(surf2))
4
    surface_free(surf2);
5
if (surface_exists(surf3))
6
    surface_free(surf3);
7
if (surface_exists(surf4))
8
    surface_free(surf4);
9
if (surface_exists(surf5))
10
    surface_free(surf5);
11
if (surface_exists(surf6))
12
    surface_free(surf6);
13
if (surface_exists(surf1b))
14
    surface_free(surf1b);
15
if (surface_exists(surf2b))
16
    surface_free(surf2b);
17
if (surface_exists(surf3b))
18
    surface_free(surf3b);
19
if (surface_exists(surf4b))
20
    surface_free(surf4b);
21
if (surface_exists(surf5b))
22
    surface_free(surf5b);
23
if (surface_exists(surf6b))
24
    surface_free(surf6b);
25
camera_destroy(view_camera[1]);
26
camera_destroy(view_camera[2]);
27
camera_destroy(view_camera[3]);
28
camera_destroy(view_camera[4]);
29
camera_destroy(view_camera[5]);
30
camera_destroy(view_camera[6]);