1
Fork 0
mirror of https://github.com/Steffo99/stack.git synced 2024-11-22 16:04:19 +00:00
stack/scripts/saverecord.gml

4 lines
97 B
Text
Raw Normal View History

2013-06-13 16:42:45 +00:00
ini_open("savefile.ini");
ini_write_real("Stack","record",stack.blocksr); // Record
ini_close();