Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_shadow_drawer_Destroy_0
(
view raw script w/o annotations or w/e
)
1
if (shadow_actor != noone)
2
{
3
with (shadow_actor)
4
visible = true
5
}