Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_scr_texttype

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

function
scr_texttype()
{ var font_set = true; var extra_ja_vspace = 0; textscale = 1; switch (global.typer) { case 0: font_set = false; break; case 1:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_text, 8, 18, 0);
break; case 2:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 2, snd_nosound, 8, 18, 0);
break; case 3:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 2, snd_text, 8, 18, 1);
break; case 4:
scr_textsetup(
scr_84_get_font("mainbig"), c_white, x, y, 33, 0, 1, snd_text, 16, 28, 1);
extra_ja_vspace = 2; break; case 5:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_text, 8, 18, 0);
break; case 6:
scr_textsetup(
scr_84_get_font("mainbig"), c_white, x, y, 33, 0, 1, snd_text, 16, 36, 1);
break; case 7:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_txttor, 8, 18, 0);
break; case 8:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 2, snd_txttor, 8, 18, 0);
break; case 10:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_txtsus, 8, 18, 0);
break; case 11:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_txtsus, 8, 18, 0);
break; case 12:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_txtnoe, 8, 18, 0);
break; case 13:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_txtber, 8, 18, 0);
break; case 14:
scr_textsetup(
scr_84_get_font("comicsans"), c_white, x, y, 33, 0, 1, snd_txtsans, 8, 18, 0);
break; case 15:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_text, 8, 18, 0);
break; case 16: font_set = false; break; case 17: if (global.darkzone == 1)
scr_textsetup(
scr_84_get_font("mainbig"), c_white, x, y, 33, 0, 1, snd_txtund, 16, 36, 1);
else
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_txtund, 8, 18, 0);
break; case 18:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_txtasg, 8, 18, 0);
break; case 19:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_text, 8, 18, 0);
break; case 20:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_txtal, 8, 18, 0);
break; case 21:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 1, snd_txtal, 8, 18, 0);
break; case 22:
scr_textsetup(
scr_84_get_font("tinynoelle"), c_white, x, y + 7, 33, 0, 1, snd_txtal, 6, 18, 0);
break; case 23:
scr_textsetup(
scr_84_get_font("tinynoelle"), c_white, x, y + 7, 33, 0, 1, snd_txtnoe, 6, 18, 0);
break; case 30:
scr_textsetup(
scr_84_get_font("mainbig"), c_white, x, y, 33, 0, 1, snd_txtsus, 16, 36, 1);
break; case 31:
scr_textsetup(
scr_84_get_font("mainbig"), c_white, x, y, 33, 0, 1, snd_txtral, 16, 36, 1);
break; case 32:
scr_textsetup(
scr_84_get_font("mainbig"), c_white, x, y, 33, 0, 1, snd_txtlan, 16, 36, 1);
break; case 33:
scr_textsetup(
scr_84_get_font("mainbig"), c_white, x, y, 33, 0, 1, snd_dadtxt, 16, 36, 1);
break; case 35:
scr_textsetup(
scr_84_get_font("mainbig"), c_white, x, y, 33, 0, 1, snd_txtjok, 16, 36, 1);
break; case 36:
scr_textsetup(
scr_84_get_font("mainbig"), c_white, x, y, 33, 0, 1, snd_nosound, 16, 36, 1);
break; case 37:
scr_textsetup(
scr_84_get_font("mainbig"), c_white, x, y, 33, 0, 3, snd_txtsus, 18, 36, 1);
break; ...
()
2
{
3
    var font_set = true;
4
    var extra_ja_vspace = 0;
5
    textscale = 1;
6
    switch (global.typer)
7
    {
8
        case 0:
9
            font_set = false;
10
            break;
11
        case 1:
12
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_text, 8, 18, 0);
13
            break;
14
        case 2:
15
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 2, snd_nosound, 8, 18, 0);
16
            break;
17
        case 3:
18
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 2, snd_text, 8, 18, 1);
19
            break;
20
        case 4:
21
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_text, 16, 28, 1);
22
            extra_ja_vspace = 2;
23
            break;
24
        case 5:
25
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_text, 8, 18, 0);
26
            break;
27
        case 6:
28
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_text, 16, 36, 1);
29
            break;
30
        case 7:
31
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_txttor, 8, 18, 0);
32
            break;
33
        case 8:
34
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 2, snd_txttor, 8, 18, 0);
35
            break;
36
        case 10:
37
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_txtsus, 8, 18, 0);
38
            break;
39
        case 11:
40
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_txtsus, 8, 18, 0);
41
            break;
42
        case 12:
43
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_txtnoe, 8, 18, 0);
44
            break;
45
        case 13:
46
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_txtber, 8, 18, 0);
47
            break;
48
        case 14:
49
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("comicsans"), c_white, x, y, 33, 0, 1, snd_txtsans, 8, 18, 0);
50
            break;
51
        case 15:
52
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_text, 8, 18, 0);
53
            break;
54
        case 16:
55
            font_set = false;
56
            break;
57
        case 17:
58
            if (global.darkzone == 1)
59
                
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtund, 16, 36, 1);
60
            else
61
                
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_txtund, 8, 18, 0);
62
            break;
63
        case 18:
64
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_txtasg, 8, 18, 0);
65
            break;
66
        case 19:
67
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_text, 8, 18, 0);
68
            break;
69
        case 20:
70
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_txtal, 8, 18, 0);
71
            break;
72
        case 21:
73
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_txtal, 8, 18, 0);
74
            break;
75
        case 22:
76
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("tinynoelle"), c_white, x, y + 7, 33, 0, 1, snd_txtal, 6, 18, 0);
77
            break;
78
        case 23:
79
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("tinynoelle"), c_white, x, y + 7, 33, 0, 1, snd_txtnoe, 6, 18, 0);
80
            break;
81
        case 30:
82
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtsus, 16, 36, 1);
83
            break;
84
        case 31:
85
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtral, 16, 36, 1);
86
            break;
87
        case 32:
88
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtlan, 16, 36, 1);
89
            break;
90
        case 33:
91
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_dadtxt, 16, 36, 1);
92
            break;
93
        case 35:
94
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtjok, 16, 36, 1);
95
            break;
96
        case 36:
97
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_nosound, 16, 36, 1);
98
            break;
99
        case 37:
100
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 3, snd_txtsus, 18, 36, 1);
101
            break;
102
        case 40:
103
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 2, snd_nosound, 8, 18, 0);
104
            break;
105
        case 41:
106
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 3, snd_nosound, 8, 18, 0);
107
            break;
108
        case 42:
109
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 2, snd_nosound, 16, 36, 1);
110
            break;
111
        case 45:
112
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtral, 16, 28, 1);
113
            extra_ja_vspace = 2;
114
            break;
115
        case 46:
116
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtlan, 16, 28, 1);
117
            extra_ja_vspace = 2;
118
            break;
119
        case 47:
120
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtsus, 16, 28, 1);
121
            extra_ja_vspace = 2;
122
            break;
123
        case 48:
124
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_dadtxt, 16, 28, 1);
125
            extra_ja_vspace = 2;
126
            break;
127
        case 50:
128
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_text, 9, 20, 0);
129
            break;
130
        case 51:
131
            var rate = langopt(10, 14);
132
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, rate, snd_text, 16, 36, 1);
133
            break;
134
        case 52:
135
            var rate = langopt(6, 4);
136
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, rate, snd_text, 16, 36, 1);
137
            break;
138
        case 53:
139
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_txtsus, 9, 20, 0);
140
            break;
141
        case 54:
142
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("dotumche"), c_black, x, y, 33, 0, 2, snd_txtsus, 9, 20, 0);
143
            break;
144
        case 55:
145
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 1, snd_txtrud, 8, 18, 0);
146
            break;
147
        case 56:
148
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtnoe, 16, 36, 1);
149
            break;
150
        case 57:
151
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtber, 16, 36, 1);
152
            break;
153
        case 58:
154
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtq, 16, 36, 1);
155
            break;
156
        case 59:
157
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtnoe, 16, 28, 1);
158
            extra_ja_vspace = 2;
159
            break;
160
        case 60:
161
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 2, snd_txtral, 12, 20, 0);
162
            break;
163
        case 61:
164
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 2, snd_txtsus, 12, 20, 0);
165
            break;
166
        case 62:
167
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtq_2, 16, 36, 1);
168
            break;
169
        case 63:
170
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 2, snd_txtnoe, 8, 18, 0);
171
            break;
172
        case 64:
173
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 1, 2, snd_txtnoe, 8, 18, 0);
174
            break;
175
        case 65:
176
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtrx1, 16, 36, 1);
177
            break;
178
        case 66:
179
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtspam, 16, 36, 1);
180
            break;
181
        case 67:
182
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtspam2, 16, 36, 1);
183
            break;
184
        case 68:
185
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_txtspam, 9, 20, 0);
186
            break;
187
        case 69:
188
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_txtber, 9, 20, 0);
189
            extra_ja_vspace = 2;
190
            break;
191
        case 70:
192
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_txtq, 9, 20, 0);
193
            extra_ja_vspace = 2;
194
            break;
195
        case 71:
196
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_txtq, 9, 20, 0);
197
            extra_ja_vspace = 2;
198
            break;
199
        case 72:
200
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_txtspam2, 9, 20, 0);
201
            extra_ja_vspace = 2;
202
            break;
203
        case 74:
204
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_txtral, 9, 20, 0);
205
            extra_ja_vspace = 2;
206
            break;
207
        case 75:
208
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_txtsus, 9, 20, 0);
209
            extra_ja_vspace = 2;
210
            break;
211
        case 76:
212
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_txtnoe, 9, 20, 0);
213
            extra_ja_vspace = 2;
214
            break;
215
        case 77:
216
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtber, 16, 28, 1);
217
            extra_ja_vspace = 2;
218
            break;
219
        case 78:
220
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 36, 0, 1, snd_text, 16, 36, 1);
221
            break;
222
        case 79:
223
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtsusral, 16, 36, 1);
224
            break;
225
        case 80:
226
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_tv_voice_short, 16, 36, 1);
227
            break;
228
        case 81:
229
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_tv_voice_short, 9, 20, 0);
230
            extra_ja_vspace = 2;
231
            break;
232
        case 666:
233
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 4, snd_nosound, 12, 20, 2);
234
            break;
235
        case 667:
236
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 2, snd_nosound, 12, 20, 2);
237
            break;
238
        case 999:
239
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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); }
("main"), c_white, x, y, 33, 0, 4, snd_txtecho, 8, 18, 3);
240
            break;
241
        case 100:
242
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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"), c_white, x, y, 22, 0, 1, snd_text, 16, 20, 0);
243
            if (room == room_board_preshadowmantle || room == room_shadowmantle || room == room_board_dungeon_2)
244
                
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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_mixed"), c_white, x, y, 22, 0, 1, snd_text, 16, 20, 0);
245
            break;
246
        case 101:
247
            
scr_textsetup
scr_textsetup

function
scr_textsetup(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
{ myfont = arg0; mycolor = arg1; writingx = arg2; writingy = arg3; charline = arg4; shake = arg5; rate = arg6; textsound = arg7; hspace = arg8; vspace = arg9; special = arg10; colorchange = 1; xcolor = mycolor; }
(
scr_84_get_font
scr_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_mixed"), c_white, x, y, 22, 0, 1, snd_text, 16, 20, 0);
248
            break;
249
        default:
250
            font_set = false;
251
            break;
252
    }
253
    if (font_set && global.lang == "ja")
254
    {
255
        if (myfont == 15)
256
        {
257
            hspace = ((hspace * 26) / 16) + 1;
258
            if (vspace == 32)
259
                vspace = 36;
260
        }
261
        else if (myfont == 12)
262
        {
263
            hspace = ((hspace * 13) / 8) + 1;
264
        }
265
        else if (myfont == 10)
266
        {
267
            textscale = 0.5;
268
            hspace = ((hspace * 13) / 8) + 3;
269
        }
270
        else if (myfont == 14)
271
        {
272
            textscale = 0.5;
273
            hspace = ((hspace * 13) / 8) + 1;
274
        }
275
        else if (myfont == 11)
276
        {
277
            hspace = ((hspace * 26) / 16) + 1;
278
        }
279
        else if (myfont == 13)
280
        {
281
            hspace = ((hspace * 13) / 8) + 1;
282
        }
283
        else if (myfont == 3)
284
        {
285
            hspace = (hspace * 13) / 13;
286
            vspace = 20;
287
        }
288
        else if (myfont == 2)
289
        {
290
            hspace = (hspace * 13) / 10;
291
            vspace = 32;
292
        }
293
        vspace += extra_ja_vspace;
294
    }
295
}