13 lines
220 B
Plaintext
13 lines
220 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()
|
||
|
}
|
||
|
|