Deltarune (Chapter 5) 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:
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; case 40:
scr_textsetup(
scr_84_get_font("main"), c_white, x, y, 33, 0, 2, snd_nosound, 8, 18, 0);
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
            
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);
59
            break;
60
        case 18:
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_txtasg, 8, 18, 0);
62
            break;
63
        case 19:
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_text, 8, 18, 0);
65
            break;
66
        case 20:
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_txtal, 8, 18, 0);
68
            break;
69
        case 21:
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 22:
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); }
("tinynoelle"), c_white, x, y + 7, 33, 0, 1, snd_txtal, 6, 18, 0);
74
            break;
75
        case 23:
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_txtnoe, 6, 18, 0);
77
            break;
78
        case 30:
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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtsus, 16, 36, 1);
80
            break;
81
        case 31:
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_txtral, 16, 36, 1);
83
            break;
84
        case 32:
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_txtlan, 16, 36, 1);
86
            break;
87
        case 33:
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_dadtxt, 16, 36, 1);
89
            break;
90
        case 35:
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_txtjok, 16, 36, 1);
92
            break;
93
        case 36:
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_nosound, 16, 36, 1);
95
            break;
96
        case 37:
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, 3, snd_txtsus, 18, 36, 1);
98
            break;
99
        case 40:
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); }
("main"), c_white, x, y, 33, 0, 2, snd_nosound, 8, 18, 0);
101
            break;
102
        case 41:
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, 3, snd_nosound, 8, 18, 0);
104
            break;
105
        case 42:
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); }
("mainbig"), c_white, x, y, 33, 0, 2, snd_nosound, 16, 36, 1);
107
            break;
108
        case 45:
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, 1, snd_txtral, 16, 28, 1);
110
            extra_ja_vspace = 2;
111
            break;
112
        case 46:
113
            
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);
114
            extra_ja_vspace = 2;
115
            break;
116
        case 47:
117
            
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);
118
            extra_ja_vspace = 2;
119
            break;
120
        case 48:
121
            
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);
122
            extra_ja_vspace = 2;
123
            break;
124
        case 50:
125
            
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);
126
            break;
127
        case 51:
128
            var rate = langopt(10, 14);
129
            
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);
130
            break;
131
        case 52:
132
            var rate = langopt(6, 4);
133
            
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);
134
            break;
135
        case 53:
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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_txtsus, 9, 20, 0);
137
            break;
138
        case 54:
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, 2, snd_txtsus, 9, 20, 0);
140
            break;
141
        case 55:
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); }
("main"), c_white, x, y, 33, 0, 1, snd_txtrud, 8, 18, 0);
143
            break;
144
        case 56:
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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtnoe, 16, 36, 1);
146
            break;
147
        case 57:
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_txtber, 16, 36, 1);
149
            break;
150
        case 58:
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_txtq, 16, 36, 1);
152
            break;
153
        case 59:
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_txtnoe, 16, 28, 1);
155
            extra_ja_vspace = 2;
156
            break;
157
        case 60:
158
            
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);
159
            break;
160
        case 61:
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_txtsus, 12, 20, 0);
162
            break;
163
        case 62:
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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtq_2, 16, 36, 1);
165
            break;
166
        case 63:
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); }
("main"), c_white, x, y, 33, 0, 2, snd_txtnoe, 8, 18, 0);
168
            break;
169
        case 64:
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, 1, 2, snd_txtnoe, 8, 18, 0);
171
            break;
172
        case 65:
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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_txtrx1, 16, 36, 1);
174
            break;
175
        case 66:
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_txtspam, 16, 36, 1);
177
            break;
178
        case 67:
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_txtspam2, 16, 36, 1);
180
            break;
181
        case 68:
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); }
("dotumche"), c_black, x, y, 33, 0, 1, snd_txtspam, 9, 20, 0);
183
            break;
184
        case 69:
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_txtber, 9, 20, 0);
186
            extra_ja_vspace = 2;
187
            break;
188
        case 70:
189
            
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);
190
            extra_ja_vspace = 2;
191
            break;
192
        case 71:
193
            
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);
194
            extra_ja_vspace = 2;
195
            break;
196
        case 72:
197
            
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);
198
            extra_ja_vspace = 2;
199
            break;
200
        case 74:
201
            
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);
202
            extra_ja_vspace = 2;
203
            break;
204
        case 75:
205
            
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);
206
            extra_ja_vspace = 2;
207
            break;
208
        case 76:
209
            
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);
210
            extra_ja_vspace = 2;
211
            break;
212
        case 77:
213
            
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);
214
            extra_ja_vspace = 2;
215
            break;
216
        case 78:
217
            
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);
218
            break;
219
        case 79:
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, 33, 0, 1, snd_txtsusral, 16, 36, 1);
221
            break;
222
        case 83:
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_txtjack_low2, 16, 36, 1);
224
            break;
225
        case 84:
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 86:
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); }
("mainbig"), c_white, x, y, 33, 0, 1, snd_flowery_voicenoise_loop, 16, 36, 1);
230
            break;
231
        case 87:
232
            
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_txtcar, 8, 18, 0);
233
            break;
234
        case 88:
235
            
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_flowery_voicenoise_1, 16, 36, 1);
236
            break;
237
        case 89:
238
            
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_txtasg, 16, 36, 1);
239
            break;
240
        case 90:
241
            
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"), #84F9FF, x, y, 33, 0, 1, snd_text, 16, 36, 1);
242
            break;
243
        case 91:
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); }
("mainbig"), #E2A8FC, x, y, 33, 0, 1, snd_text, 16, 36, 1);
245
            break;
246
        case 92:
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); }
("mainbig"), #FFF8A1, x, y, 33, 0, 1, snd_text, 16, 36, 1);
248
            break;
249
        case 93:
250
            
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"), #FFAC87, x, y, 33, 0, 1, snd_text, 16, 36, 1);
251
            break;
252
        case 94:
253
            
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"), #86A7FF, x, y, 33, 0, 1, snd_text, 16, 36, 1);
254
            break;
255
        case 95:
256
            
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"), #AEFFBC, x, y, 33, 0, 1, snd_text, 16, 36, 1);
257
            break;
258
        case 96:
259
            
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_flowery_voicenoise_1, 9, 20, 0);
260
            extra_ja_vspace = 2;
261
            break;
262
        case 97:
263
            
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);
264
            break;
265
        case 98:
266
            
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_orange, x, y, 33, 1, 1, snd_text, 16, 36, 0);
267
            break;
268
        case 99:
269
            
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_txtsus, 18, 36, 1);
270
            break;
271
        case 200:
272
            
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);
273
            break;
274
        case 201:
275
            
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);
276
            break;
277
        case 202:
278
            
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_txtral, 16, 36, 1);
279
            break;
280
        case 203:
281
            
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, 4, snd_text, 16, 36, 1);
282
            break;
283
        case 666:
284
            
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);
285
            break;
286
        case 667:
287
            
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);
288
            break;
289
        case 999:
290
            
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);
291
            break;
292
        case 100:
293
            
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; }
(fnt_8bit, c_white, x, y, 22, 0, 1, snd_text, 16, 20, 0);
294
            break;
295
        default:
296
            font_set = false;
297
            break;
298
    }
299
    if (font_set && global.lang == "ja")
300
    {
301
        if (myfont == 14)
302
        {
303
            hspace = ((hspace * 26) / 16) + 1;
304
            if (vspace == 32)
305
                vspace = 36;
306
        }
307
        else if (myfont == 11)
308
        {
309
            hspace = ((hspace * 13) / 8) + 1;
310
        }
311
        else if (myfont == 9)
312
        {
313
            textscale = 0.5;
314
            hspace = ((hspace * 13) / 8) + 3;
315
        }
316
        else if (myfont == 13)
317
        {
318
            textscale = 0.5;
319
            hspace = ((hspace * 13) / 8) + 1;
320
        }
321
        else if (myfont == 10)
322
        {
323
            hspace = ((hspace * 26) / 16) + 1;
324
        }
325
        else if (myfont == 12)
326
        {
327
            hspace = ((hspace * 13) / 8) + 1;
328
        }
329
        vspace += extra_ja_vspace;
330
    }
331
}