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