Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Save data to .lua file in project — Gideros Forum

Save data to .lua file in project

KaligulaKaligula Member
edited July 2016 in General questions
I have
 GamePlan.lua
file inside my project whcih holds all
metadata about levels in game
. I want in debug mode ( I set flag in game ) to be able to save some data to this file ( for example table
 {1, 2, 3, 1, 2, 3 }
). Is this possible at all ?
I am trying to create levels for game from the game in debug mode.
I tried via
table.save( some tbl, "GamePlan.lua" )
but nothing happens.

Comments

Sign In or Register to comment.