Hello,
First of all I am new here and I try to learn a lot about this wonderful tool.
I am trying to write some data into a file. For example, I want to write the player name. I inserted an INI object in my Layout and then I stuck. I read on wiki and I searched the forums with no luck.
The idea is to create a new ini file after the user enter his name into a text box and press the "Create button"
I have tried something like:
INI: Set INI file to "profile.ini"
INI: Write string EditBox.Text to item "Name" in group "Player"
but nothing happens..