Undertale script viewer

← back to main script listing

gml_Object_obj_startroom_pl_Create_0

(view raw script w/o annotations or w/e)
1
i = 0;
2
repeat (99)
3
{
4
    global.failure[i] = 0;
5
    i += 1;
6
}
7
global.attacktype = 26;
8
global.testhp = 20;
9
global.testinv = 0;
10
global.healno = 6;
11
global.specialdam[0] = 0;
12
global.specialdam[1] = 0;
13
global.specialdam[2] = 0;