Undertale script viewer

← back to main script listing

gml_Object_obj_8smallgen_Other_11

(view raw script w/o annotations or w/e)
1
blt_splinter.iend = ii;
2
k = instance_create(cx[ii], cy[ii], blt_splinter);
3
k.sprite_index = spr_bulletmd;
4
k.speed = 1.5;
5
k.direction = 90;
6
k.friction = -0.2;