Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_crispy_slash_warning_2_Other_7

(view raw script w/o annotations or w/e)
1
instance_create(x, y, obj_battle_enemy_attack_crispy_slash_2)
2
with (obj_battle_enemy_attack_crispy_slash_2)
3
{
4
    image_angle = obj_battle_enemy_attack_crispy_slash_warning_2.image_angle
5
    image_xscale = obj_battle_enemy_attack_crispy_slash_warning_2.image_xscale
6
}
7
instance_destroy()