expanded examplequestdata.lua

git [10-29-18 - 07:02]
expanded examplequestdata.lua
Filename
questData/00_ExampleQuestData.lua
diff --git a/questData/00_ExampleQuestData.lua b/questData/00_ExampleQuestData.lua
index 7927593..3ea2853 100644
--- a/questData/00_ExampleQuestData.lua
+++ b/questData/00_ExampleQuestData.lua
@@ -92,4 +92,14 @@ DAS.questIds[zoneId] = {}
 for i=6082, 6087 do
     DAS.questIds[zoneId][i] = true
     DAS_QUEST_IDS[i] = true
-end
\ No newline at end of file
+end
+
+--[[
+  Don't forget to register the zone ID in the options. If the AddOn isn't detecting active in the settings
+  for its zone ID, it won't show.
+  ..\00_startup
+  defaults.tracked[zoneId]
+
+ You also need to register a menu setting so users can toggle it on and off
+ ..\DASMenu.lua
+]]
\ No newline at end of file