1
Fork 0
mirror of https://github.com/Steffo99/stack.git synced 2024-11-26 09:44:19 +00:00
stack/scripts/r_l_roll.gml

4 lines
112 B
Text
Raw Normal View History

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