Undertale Yellow script viewer
← back to main script listing
gml_GlobalScript_cutscene_execute
(
view raw script w/o annotations or w/e
)
1
function cutscene_execute()
2
{
3
if (scene < argument_count)
4
script_execute(argument[scene]);
5
}