ludum-dare-23/objects/obj_hud/Step_2.gml

13 lines
225 B
Plaintext

if global.death = 1
{
if score > global.hi
global.hi = score
ini_open("tinygirl.ini")
ini_write_real("Ta","Hi",global.hi)
ini_close()
//screen_redraw()
//sleep(500)
game_restart()
}