Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_textmarker_Create_0

(view raw script w/o annotations or w/e)
1
mystring = "string";
2
font = 
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");
3
outline = false;
4
outlinecol = 0;
5
textcol = 16777215;
6
hjustify = 1;
7
vjustify = 1;
8
clampeven = false;
9
alpha = 1;
10
scale = 1;