Search found 12 matches

by Vandie
Sun Sep 08, 2013 8:43 pm
Forum: Support and Development
Topic: problem with game views (starts on page 2)
Replies: 12
Views: 8195

Re: Help With SaveData

sure
by Vandie
Sun Sep 08, 2013 8:26 pm
Forum: Support and Development
Topic: problem with game views (starts on page 2)
Replies: 12
Views: 8195

problem with game views (starts on page 2)

Im Having a problem with my save database. --save data gamefile = love.filesystem.isDirectory ('CriminalData' ) if gamefile then else love.filesystem.mkdir( 'CriminalData' ) end tempsavedata = { roomnum = 1, lightnum = 1, tablenum = 1, monitornum = 1, casenum = 1, player = 1, money = 250 } lastsave ...