Undertale script viewer

← back to main script listing

gml_Object_blt_soapbul_Step_0

(view raw script w/o annotations or w/e)
1
if (global.turntimer <= 2)
2
{
3
    if (global.mnfight == 2)
4
        global.mnfight = 3;
5
    instance_destroy();
6
}