Results 1 to 4 of 4

Thread: A save function?

                  
   
  1. #1

    Default A save function?

    is there anyway to implement a save function in lua? saving game progress and postion etc.?

    is it even possible in lua?

    Thanks

  2. #2
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    Yes it is, you have to write to a file (e.g. txt file) to save and read from it to load. The file parsing itself is something that you have to write yourself.

  3. #3

    Default

    Thanks

  4. #4

    Default

    Yeah zion, its all involved with dofile... If you need further help hit me up on msn

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •