Undertale script viewer
← back to main script listing
gml_Object_obj_spearblocker_Other_14
(view raw script w/o annotations or w/e)
|
1
|
with (col)
|
|
2
|
instance_destroy();
|
|
3
|
with (obj_blockbullet)
|
|
4
|
down = 1;
|
|
5
|
dir = idealdir;
|
|
6
|
flash = 5;
|
|
7
|
snd_play(sound0);
|