I can't get Construct to save ini. Or even read them. I tired "set ini" to the path I put in, but no file was created.
set ini to apppath&"test.ini"
save the .cap
write a value
it will create the .ini in the cap directory.
Yea, I didn't use apppath. It works now.
Do you guys know how can I skip lines on a .INI file?
I'm writing a level editor for my game, and I'd love to keep the INI more tidy!
using ; as comment could work
[quote:2wmrv7wz]
[sword1]
weight=5
power=120
life=120
;
[sword2]
weight=8
power=150
life=200
Develop games in your browser. Powerful, performant & highly capable.
That is a nice advice, I didn't know that!
However, I'd like to to find a way to do it with construct!