Undertale script viewer

← back to main script listing

gml_Object_obj_wizardbody_Create_0

(view raw script w/o annotations or w/e)
1
siner = 0;
2
height = 0;
3
alarm[0] = 4;
gml_Object_obj_wizardbody_Alarm_0.gml

if (exist < 10) { alarm[0] = 5; instance_create(offx + x + 46 + random(18), ((y - 10) + (som * 4)) - random(6), obj_orbsprinkle); instance_create(((offx + x) - 66) + random(18), (y + (som * 4)) - random(6), obj_orbsprinkle); } if (exist >= 10) { alarm[0] = 5; if (parent.stare2 == 0) instance_create(offx + x + 46 + random(18), ((y - 10) + (som * 4)) - random(6), obj_orbsprinkle); if (parent.stare1 == 0) instance_create(((offx + x) - 66) + random(18), (y + (som * 4)) - random(6), obj_orbsprinkle); }
4
pause = 0;
5
offx = 70;
6
pp = 0;
7
exist = 0;