Undertale script viewer
← back to main script listing
gml_Object_blt_tinypom_leap_Step_2
(
view raw script w/o annotations or w/e
)
1
if (global.turntimer < 1)
2
{
3
global.turntimer = -1;
4
global.mnfight = 3;
5
instance_destroy();
6
}