1
Fork 0
mirror of https://github.com/Steffo99/stack.git synced 2024-11-22 07:54:20 +00:00
stack/scripts/resetrecord.gml

4 lines
96 B
Text
Raw Normal View History

2013-06-13 16:42:45 +00:00
ini_open("savefile.ini");
2013-06-16 13:07:57 +00:00
ini_write_real("Stack",room_get_name(room),0); // Record
2013-06-13 16:42:45 +00:00
ini_close();