Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    How do I code save game data?

    Coding
    2
    3
    379
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Miami Heat Lover last edited by

      GML (Game Maker Language) example is
      [code]
      ini_open("Samus' Quest 1.ini")
      ini_write_real("Samus.hp","Samus.hp","Samus.hp");
      ini_close();
      [/code]
      How do I code saving variables and others please? Thank you.

      1 Reply Last reply Reply Quote 1
      • pianofire
        pianofire Fuze Team last edited by

        Currently only a single simple text files is supported.

        You can download an example of storing an array to the text file and reading it back using code: NXKZ5XMMNN

        1 Reply Last reply Reply Quote 4
        • M
          Miami Heat Lover last edited by

          Thank you very much

          1 Reply Last reply Reply Quote 1
          • First post
            Last post