From 9b8f0bbda7927cc6caf474d7ef298b2f114e7d65 Mon Sep 17 00:00:00 2001 From: Austin Shenk Date: Tue, 5 Feb 2013 12:03:07 -0500 Subject: [PATCH] Added quests file creation --- init.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.lua b/init.lua index 1fc9081..5eb7779 100644 --- a/init.lua +++ b/init.lua @@ -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()