gmc-jam-7/objects/obj_3Dstuff/KeyPress_27.gml

9 lines
166 B
Plaintext
Raw Permalink Normal View History

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