Undertale script viewer

← back to main script listing

gml_Object_obj_battlecontroller_Destroy_0

related scripts: Alarm_0Create_0Destroy_0 Draw_0KeyPress_117KeyPress_37KeyPress_38KeyPress_39KeyPress_40KeyPress_46KeyPress_49KeyPress_50KeyPress_80Keyboard_56Keyboard_57Other_10Other_5Step_0Step_1

(view raw script w/o annotations or w/e)
1
if (suppress_border)
2
    
scr_enable_screen_border
scr_enable_screen_border

var flag = argument0; flag = flag != 0; if (flag != global.screen_border_active) { global.screen_border_active = flag != 0; global.screen_border_state = 0; global.screen_border_dynamic_fade_id = 0; global.screen_border_dynamic_fade_level = 0; }
(1);