Undertale script viewer

← back to main script listing

gml_Object_obj_f_gamestart_Create_0

(view raw script w/o annotations or w/e)
1
ossafe_ini_open("undertale.ini");
2
global.fplot = ini_read_real("FFFFF", "P", 0);
3
global.floss = ini_read_real("FFFFF", "D", 0);
4
ossafe_ini_close();
5
global.inbattle = 0;
6
if (global.fplot == 0)
7
    room_goto_next();
8
else
9
    room_goto(room_f_phrase Omega Flowey - Respawn mocking [Dogchecked]);