Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_flash_Other_7

(view raw script w/o annotations or w/e)
1
instance_create(obj_pl.x, obj_pl.y, obj_heart_initiate_battle)
2
global.battle_enemy_name = "dalv"
3
global.battling_enemy = false
4
global.battling_boss = true
5
global.battle_start = true
6
global.current_room_overworld = room_get_name(room)
7
instance_destroy()