Deltarune script viewer

← back to main script listing

gml_Object_obj_suitspuzz_ch1_Other_12

(view raw script w/o annotations or w/e)
1
if (cur_s < max_suit)
2
{
3
    suit[cur_s] = 1
4
    cur_s += 1
5
}
6
else
7
    event_user(0)
8
spade += 1