|
1
|
scr_enemy_object_initscr_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
|
image_speed = 0.16666666666666666;
|
|
5
|
idlesprite = spr_elnina_idle;
|
|
6
|
hurtsprite = spr_elnina_hurt2;
|
|
7
|
sparedsprite = spr_elnina_idle;
|
|
8
|
custom_draw_example = 1;
|
|
9
|
skiptext = false;
|
|
10
|
con = 0;
|
|
11
|
animsiner = 0;
|
|
12
|
talking = false;
|
|
13
|
talkingframe = 0;
|
|
14
|
pose = 0;
|
|
15
|
poseindex = 0;
|
|
16
|
laughtimer = 0;
|
|
17
|
hairtufts = 4564;
|
|
18
|
waist = 930;
|
|
19
|
rightarm = 1641;
|
|
20
|
rightarmindex = 0;
|
|
21
|
head = 4845;
|
|
22
|
leftarm = 1465;
|
|
23
|
lefthand = 1660;
|
|
24
|
skirt = 1715;
|
|
25
|
flashcolor = c_white;
|
|
26
|
umbrella_count = 0;
|
|
27
|
warmhat_count = 0;
|
|
28
|
umbrella = 0;
|
|
29
|
warmhat = 0;
|
|
30
|
instance_create(x, y, obj_elnina_lanino_rematch_controller);
|