Undertale script viewer

← back to main script listing

gml_Object_obj_spiderb_Other_13

(view raw script w/o annotations or w/e)
1
global.typer = 33;
2
blcontype = 1;
3
blcon = instance_create(xstart + 110 + 60, ystart - 10, obj_blconwideslave);
4
blconwd = instance_create(blcon.x + 25, blcon.y + 10, OBJ_NOMSCWRITER);
5
blcon.parent = blconwd;