-- Added loading of .vsmf map files -- Updated some variable names -- Added developer information to the top left of the screen -- Added a trial inventory
13 lines
No EOL
230 B
Text
13 lines
No EOL
230 B
Text
-- Info about the savegame
|
|
savegame = {}
|
|
savegame.createDate = ""
|
|
savegame.loadDate = ""
|
|
savegame.name = ""
|
|
savegame.characterName = ""
|
|
savegame.playTime = 0
|
|
|
|
-- These events will run upon initialization
|
|
|
|
character = {}
|
|
|
|
NPCs = {} |