Undertale script viewer

← back to main script listing

gml_Object_OBJ_INSTAWRITER_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
    }
8
}
9
else
10
{
11
    halt = 5;
12
}