Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_finale_bullet_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
flashsiner = 0;
3
if (instance_exists(obj_spamton_neo_enemy))
4
    damage = global.monsterat[obj_spamton_neo_enemy.myself] * 5;
5
if (instance_exists(obj_sneo_bulletcontroller))
6
    target = obj_sneo_bulletcontroller.target;
7
grazepoints = 4;