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