Deltarune script viewer

← back to main script listing

gml_Object_obj_suitspuzz_ch1_Other_13

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