Undertale script viewer

← back to main script listing

gml_Script_scr_withallmonster

(view raw script w/o annotations or w/e)
1
if (argument0 == 0)
2
{
3
    for (i = 0; i < 3; i += 1)
4
    {
5
        if (global.monster[i] == 1)
6
        {
7
            with (global.monsterinstance[i])
8
                whatiheard = argument1;
9
        }
10
    }
11
}