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

5 lines
136 B
Text
Raw Normal View History

2013-08-09 19:10:15 +00:00
ini_open("savefile.ini");
ini_write_real("Roll",room_get_name(room),m_roll.timer); // Record
ini_close();
m_roll.record = m_roll.timer;