diff --git a/editor/edit_mode.lua b/editor/edit_mode.lua index ae4e158..5063e27 100644 --- a/editor/edit_mode.lua +++ b/editor/edit_mode.lua @@ -170,7 +170,7 @@ yl_speak_up.add_to_command_help_text = yl_speak_up.add_to_command_help_text.. -- GUI for adding/editing quests dofile(modpath .. "fs/fs_manage_quests.lua") -- -- GUI for adding/editing quest steps for the quests --- dofile(modpath .. "api/api_quest_steps.lua") + dofile(modpath .. "api/api_quest_steps.lua") dofile(modpath .. "fs/fs_manage_quest_steps.lua") -- used by the above dofile(modpath .. "fs/fs_add_quest_steps.lua") diff --git a/init.lua b/init.lua index f70d884..a8c6ea7 100644 --- a/init.lua +++ b/init.lua @@ -236,8 +236,8 @@ yl_speak_up.reload = function(modpath, log_entry) dofile(modpath .. "quest_api.lua") -- -- GUI for adding/editing quests -- TODO dofile(modpath .. "fs/fs_manage_quests.lua") - -- GUI for adding/editing quest steps for the quests - dofile(modpath .. "api/api_quest_steps.lua") +-- -- GUI for adding/editing quest steps for the quests +-- TODO dofile(modpath .. "api/api_quest_steps.lua") -- TODO dofile(modpath .. "fs/fs_manage_quest_steps.lua") -- -- used by the above -- TODO dofile(modpath .. "fs/fs_add_quest_steps.lua")