1
Fork 0
mirror of https://github.com/Steffo99/stack.git synced 2024-10-16 14:27:29 +00:00
stack/scripts/r_l_roll.gml
2014-02-23 22:01:55 +01:00

3 lines
111 B
Text

ini_open("savefile.ini");
m_roll.record = ini_read_real("Roll",room_get_name(room),99); // Record
ini_close();