Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_i_ex

(view raw script w/o annotations or w/e)
1
function i_ex(arg0)
2
{
3
    if (arg0 > 0)
4
        return instance_exists(arg0);
5
    else
6
        return false;
7
}