/// @description Force-exit
if score > global.hiscore
{
global.hiscore = score
}
ini_write_real("data","scores",global.hiscore)
d3d_end()
room_goto(rm_start)