Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_crispy_slash_warning_4_Other_7

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