Undertale script viewer

← back to main script listing

gml_Object_obj_ultimagen_Keyboard_32

(view raw script w/o annotations or w/e)
1
if (global.debug == 1)
2
{
3
    ub = instance_create(x, y, obj_ultimabullet);
4
    ub.side = choose(0, 1);
5
    with (ub)
6
        event_user(1);
7
}