Undertale script viewer

← back to main script listing

gml_Object_obj_hoopgen1_Alarm_2

(view raw script w/o annotations or w/e)
1
iii = instance_create(x, y, blt_hoopbullet1);
2
if (instance_exists(iii))
3
{
4
    iii.dmg = global.monsteratk[myself];
5
    iii.bullettype = 2;
6
}