Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_room_ranking_b_Step_2

(view raw script w/o annotations or w/e)
1
if (global.flag[1226 got_1225_room] == 1)
2
    exit;
3
if (i_ex(gachaslot) && i_ex(gachapon))
4
{
5
    gachaslot.x = gachapon.x + 82;
6
    gachaslot.y = gachapon.y + 216;
7
}