Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_rouxls_ch3_enemy_Create_0

(view raw script w/o annotations or w/e)
1
scr_enemy_object_init
scr_enemy_object_init

function
scr_enemy_object_init()
{ becomeflash = 0; flash = 0; turnt = 0; turns = 0; talktimer = 0; state = 0; siner = 0; fsiner = 0; talked = 0; attacked = 0; hurt = 0; hurttimer = 0; hurtshake = 0; shakex = 0; mywriter = 343249823; acttimer = 0; con = 0; dodgetimer = 0; fatal = 0; candodge = 0; mytarget = 0; ambushed = 0; firststrike = 0; damage = -1; grazepoints = -1; timepoints = -1; inv = -1; target = -1; grazed = -1; grazetimer = -1; element = "none"; acting = 0; actcon = 0; actingsus = 0; actingnoe = 0; actingral = 0; actconsus = 0; actconral = 0; actconnoe = 0; simulorderkri = -1; simulordersus = -1; simulorderral = -1; simulordernoe = -1; simultotal = 0; simulboss = -1; talkmax = 90; mercymod = 0; maxmercy = 100; recruitable = 1; freezable = 1; recruitcount = 1; sactionboxx = 0; sactionboxy = 0; hurtspriteoffx = 0; hurtspriteoffy = 0; image_xscale = 2; image_yscale = 2; image_speed = 0.2; idlesprite = spr_diamond_knight_overworld; hurtsprite = spr_diamond_knight_hurt; sparedsprite = spr_diamond_knight_spared; custombody = 0; for (i = 0; i < 10; i++) _charactsprite[i] = 382938298329; depth = 90 - ((y - cameray()) / 50); }
();
2
recruitcount = 5;
3
talkmax = 90;
4
idlesprite = spr_rouxls_chef;
5
hurtsprite = spr_rouxls_chef;
6
sparedsprite = spr_rouxls_chef;
7
custom_draw_example = 1;
8
phase = 1;
9
balloonorder = 0;
10
ballooncon = 0;
11
balloonend = 1;
12
talkedcon = 0;
13
ralseitalks = 0;
14
susietalks = 0;
15
intro = 0;
16
introtimer = -30;
17
phasedone = false;
18
dancecon = 0;
19
dancetimer = 0;
20
krisdance = 0;
21
susiedance = 0;
22
ralseidance = 0;
23
rouxlsdance = 0;
24
spadepower = 0;
25
powerup = false;
26
danceanim = false;
27
danceindex = 0;
28
summoning = false;
29
summontimer = 0;
30
teamformationcon = -1;
31
teamformationtimer = 0;
32
teamsize = 0;
33
cardsummon = false;
34
cardsummontimer = 0;
35
shadowman1 = -1;
36
shadowman2 = -1;
37
shadowman3 = -1;
38
shadowman4 = -1;
39
debugvar = 0;
40
bowanim = false;
41
lancer = instance_create(camerax() - 74, cameray() + 172, obj_marker);
42
lancer.sprite_index = spr_lancer_rt;
43
with (lancer)
44
    
scr_darksize
scr_darksize

function
scr_darksize()
{ var inst = id; if (argument_count) inst = argument0; inst.image_xscale = 2; inst.image_yscale = 2; }
();
45
spintimer = 0;
46
spincon = 0;
47
ralseiyarnhp = 2;
48
shadowmengetfiredcon = 0;
49
shadowmengetfiredtimer = 0;
50
shadowmenalreadyfired = false;
51
destroywriter = 0;
52
yarnendturn = 0;
53
yarndifficulty = 0;
54
yarnattackcount = 0;
55
yougotyarned = false;
56
dogtrigger = 0;
57
endcon = 0;
58
battlemsgendcon = 0;
59
usedlaserpointerattack = false;
60
fastmercy = false;
61
p1p2dialogueturn = 0;
62
p3dialogueturn = 0;
63
endtalktimer = 0;
64
vspacechange = false;