mirror of
https://github.com/Steffo99/stack.git
synced 2024-11-22 16:04:19 +00:00
4 lines
107 B
Text
4 lines
107 B
Text
|
ini_open("savefile.ini");
|
||
|
global.boxtotal = ini_read_real("Stack","totalboxes","0"); // Soldi
|
||
|
ini_close();
|