Added quests file creation

master
Austin Shenk 2013-02-05 12:03:07 -05:00
parent 5a0fb7e78e
commit 9b8f0bbda7
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ if(file == nil) then
io.write("initialized")
io.flush()
io.close()
io.output(minetest.get_worldpath().."/adventures_quests")
io.write("initialized")
io.flush()
io.close()
io.output(minetest.get_worldpath().."/adventures_previousmode")
io.write("initialized")
io.flush()