1
Fork 0
mirror of https://github.com/Steffo99/stack.git synced 2025-02-16 14:33:59 +00:00
stack/scripts/r_l_roll.gml

4 lines
113 B
Text
Raw Normal View History

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