|
1
|
depth = -instance_number(object_index) * 10;
|
|
2
|
instant = 0;
|
|
3
|
char = 1;
|
|
4
|
typeroverride = 0;
|
|
5
|
destroytime = 210;
|
|
6
|
timer = 0;
|
|
7
|
writer = 48234289382;
|
|
8
|
con = 0;
|
|
9
|
scr_darksizescr_darksize
function scr_darksize()
{
var inst = id;
if (argument_count)
inst = argument0;
inst.image_xscale = 2;
inst.image_yscale = 2;
} (id);
|
|
10
|
for (i = 0; i < 30; i += 1)
|
|
11
|
mytext[i] = global.msg[i];
|
|
12
|
draw_set_font(scr_84_get_fontscr_84_get_font
function scr_84_get_font(arg0)
{
if (!variable_global_exists("chemg_last_get_font"))
global.chemg_last_get_font = "";
if (arg0 != global.chemg_last_get_font)
global.chemg_last_get_font = arg0;
return ds_map_find_value(global.font_map, arg0);
} ("8bit"));
|
|
13
|
mytext_sizecheck = string_replace_all(mytext[0], "&", "#");
|
|
14
|
height = 32 + string_height(string_hash_to_newline(mytext_sizecheck)) + 25;
|
|
15
|
width = 32 + string_width(string_hash_to_newline(mytext_sizecheck)) + 30;
|
|
16
|
appearcon = 0;
|
|
17
|
fadeAmount = 8;
|
|
18
|
appeartimer = 0;
|
|
19
|
nowheight = 0;
|
|
20
|
triangle = 1;
|
|
21
|
triangleside = 0;
|
|
22
|
trianglesprite = 3680;
|