Posted By
|
Message
|
Windybeard Games
Registered 14/04/2005
Points 219
|
3rd March, 2006 at 00:58:19 -
im using INI, i want to save some numbers to the players game directory. this is the code im using ......... Start of frame: Set current file to: "appdrive$ + appdir$ + stats.ini "
Why isnt it working?
n/a
|
Liquixcat Administrator
Lazy Coder
Registered 08/12/2002
Points 201
|
3rd March, 2006 at 02:07:15 -
The INI won't be created until values and/or strings are set. All that code does is locate that INI, if that INI doesn't exist it will create one for you but first you have to tell it what you want inside of it.
thinking is like pong, it's easy, but you miss sometimes.
|
Windybeard Games
Registered 14/04/2005
Points 219
|
3rd March, 2006 at 02:32:09 -
i am trying to save information to the INI and its not saving
n/a
|
DanielRehn
Registered 18/09/2002
Points 139
|
3rd March, 2006 at 10:29:38 -
It should be like this
appdrive$ + appdir$ + "stats.ini"
n/a
|
Windybeard Games
Registered 14/04/2005
Points 219
|
3rd March, 2006 at 11:08:06 -
thx
n/a
|
DanielRehn
Registered 18/09/2002
Points 139
|
3rd March, 2006 at 13:49:21 -
np
n/a
|
|
|