Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_starlo_horseshoe_checker_Create_0

(view raw script w/o annotations or w/e)
1
var box = obj_dialogue_box_battle_transformation_any
2
var horseshoe_x = 320
3
var horseshoe_y = 300
4
instance_create(horseshoe_x, (box.bbox_top - 150), obj_battle_enemy_attack_starlo_horseshoe)
5
alarm[0] = 210
alarm[0]

instance_destroy()