1
Fork 0
mirror of https://github.com/Steffo99/stack.git synced 2024-10-16 06:17:30 +00:00
stack/scripts/saverecord.gml
2013-06-16 15:07:57 +02:00

3 lines
108 B
Text

ini_open("savefile.ini");
ini_write_real("Stack",room_get_name(room),stack.blocksr); // Record
ini_close();