Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_swordroute_consolestarter_Other_10

(view raw script w/o annotations or w/e)
1
if (con == 0 && global.facing == 2 && buff <= 0)
2
{
3
    buff = 3;
4
    con = 1;
5
}