Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_spell_revivesong_Create_0

related scripts: CleanUp_0Create_0 Draw_0Step_0

(view raw script w/o annotations or w/e)
1
timer = 0;
2
xspawn = x;
3
yspawn = cameray() - 5;
4
offset = 2.141592653589793;
5
healer = false;
6
heal_state = 0;
7
target_char = obj_herokris;
8
image_xscale = 2;
9
image_yscale = 2;
10
image_speed = 0.5;
11
xoff = 0;
12
yoff = 0;
13
xoff_b = 0;
14
target = 0;
15
image_alpha = 1;
16
light_surf = surface_create(128, 400);
17
silhouette_surf = surface_create(128, 400);
18
init = false;
19
healnum = 10;
20
do_heal = false;
21
spamton = 0;
22
starthp = 0;
23
size = 360;
24
spread = 60;
25
spotlight_height = (ystart - 300) + 360;
26
xstart_true = xstart;
27
ystart_true = ystart;
28
sing_sprite = 5867;
29
if (global.flag[1311] == 1)
30
    sing_sprite = 2360;
31
fn = -4;