Undertale script viewer

← back to main script listing

gml_Object_obj_base_writer_Other_11

(view raw script w/o annotations or w/e)
1
if (global.inbattle == 0)
2
{
3
    if (!instance_exists(obj_choicer))
4
    {
5
        choicer = instance_create(0, 0, obj_choicer);
6
        choicer.creator = id;
7
        if (myfont == fnt_ja_comicsans_big)
8
        {
9
            choicer.x0 += 11;
10
            choicer.x += 11;
11
        }
12
    }
13
    halt = 5;
14
}