Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_lancermoat_Other_10

(view raw script w/o annotations or w/e)
1
if (room != room_board_1_sword)
2
{
3
    if (wither == 0 && global.interact == 0)
4
        myinteract = 3;
5
}