|
1
|
image_speed = 0;
|
|
2
|
image_index = 0;
|
|
3
|
startinghealth = 1;
|
|
4
|
myhealth = startinghealth;
|
|
5
|
explo = 0;
|
|
6
|
iframes = 0;
|
|
7
|
drawshake = 0;
|
|
8
|
hitstop = -1;
|
|
9
|
scr_darksizescr_darksize
function scr_darksize()
{
var inst = id;
if (argument_count)
inst = argument0;
inst.image_xscale = 2;
inst.image_yscale = 2;
} ();
|
|
10
|
myxcenter = x + 20;
|
|
11
|
myycenter = y + 20;
|
|
12
|
myhitscale = 2;
|
|
13
|
smoketimer = irandom(240);
|
|
14
|
explo = true;
|
|
15
|
myhealth = 0;
|
|
16
|
type = 0;
|
|
17
|
delay = 0;
|
|
18
|
siner = 0;
|
|
19
|
timer = 0;
|
|
20
|
a = 0;
|
|
21
|
b = 0;
|
|
22
|
minitenna1_x = 11;
|
|
23
|
minitenna1_y = 15;
|
|
24
|
minitenna2_x = 29;
|
|
25
|
minitenna2_y = 15;
|
|
26
|
minitenna3_x = 16;
|
|
27
|
minitenna3_y = 36;
|
|
28
|
minitenna_scale = 0.5;
|
|
29
|
tenna_index = 0;
|
|
30
|
expand = 0;
|
|
31
|
_path_position = 0;
|
|
32
|
dontsayperfect = false;
|
|
33
|
sprite_index = spr_susiezilla_house_rise;
|
|
34
|
scr_lerpvarscr_lerpvar
function scr_lerpvar()
{
if (argument_count < 6)
___lerpvar = scr_lerpvar_instance(id, argument[0], argument[1], argument[2], argument[3]);
else
___lerpvar = scr_lerpvar_instance(id, argument[0], argument[1], argument[2], argument[3], argument[4], argument[5]);
return ___lerpvar;
}
function scr_lerpvar_respect()
{
if (argument_count < 6)
___lerpvar = scr_lerpvar_instance(id, argument[0], argument[1], argument[2], argument[3]);
else
___lerpvar = scr_lerpvar_instance(id, argument[0], argument[1], argument[2], argument[3], argument[4], argument[5]);
___lerpvar.respectglobalinteract = true;
return ___lerpvar;
} ("image_index", 0, 9, 18);
|
|
35
|
scr_script_delayedscr_script_delayed
function scr_script_delayed()
{
var __scriptdelay = instance_create(0, 0, obj_script_delayed);
__scriptdelay.script = argument[0];
__scriptdelay.alarm[0] = argument[1];
__scriptdelay.target = id;
for (var __i = 0; __i < (argument_count - 2); __i++)
__scriptdelay.script_arg[__i] = argument[__i + 2];
__scriptdelay.arg_count = argument_count - 2;
return __scriptdelay;
} (scr_var, 19, "sprite_index", spr_susiezilla_house);
|
|
36
|
scr_script_delayedscr_script_delayed
function scr_script_delayed()
{
var __scriptdelay = instance_create(0, 0, obj_script_delayed);
__scriptdelay.script = argument[0];
__scriptdelay.alarm[0] = argument[1];
__scriptdelay.target = id;
for (var __i = 0; __i < (argument_count - 2); __i++)
__scriptdelay.script_arg[__i] = argument[__i + 2];
__scriptdelay.arg_count = argument_count - 2;
return __scriptdelay;
} (scr_var, 19, "image_index", 0);
|
|
37
|
scr_script_delayedscr_script_delayed
function scr_script_delayed()
{
var __scriptdelay = instance_create(0, 0, obj_script_delayed);
__scriptdelay.script = argument[0];
__scriptdelay.alarm[0] = argument[1];
__scriptdelay.target = id;
for (var __i = 0; __i < (argument_count - 2); __i++)
__scriptdelay.script_arg[__i] = argument[__i + 2];
__scriptdelay.arg_count = argument_count - 2;
return __scriptdelay;
} (scr_var, 19, "myhealth", 1);
|
|
38
|
scr_script_delayedscr_script_delayed
function scr_script_delayed()
{
var __scriptdelay = instance_create(0, 0, obj_script_delayed);
__scriptdelay.script = argument[0];
__scriptdelay.alarm[0] = argument[1];
__scriptdelay.target = id;
for (var __i = 0; __i < (argument_count - 2); __i++)
__scriptdelay.script_arg[__i] = argument[__i + 2];
__scriptdelay.arg_count = argument_count - 2;
return __scriptdelay;
} (scr_var, 19, "explo", false);
|
|
39
|
if (room == room_dw_teevie_susiezilla)
|
|
40
|
{
|
|
41
|
type = 99;
|
|
42
|
solidmade = 0;
|
|
43
|
scr_depthscr_depth
function scr_depth()
{
if (argument_count > 0)
{
with (argument0)
depth = 100000 - ((y * 10) + (sprite_height * 10));
}
else
{
depth = 100000 - ((y * 10) + (sprite_height * 10));
}
} ();
|
|
44
|
}
|
|
45
|
brokemefail = 0;
|