blob: 21c8a7e24ccfc33e5272f8a7d63f6eea8dafb2dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-- do return end
-- if SERVER then return end
-- local quest = {}
--
-- quest.Name = "Example Quest"
--
-- --[[
-- Given a DPanel, draw some text that the player can use when going through quests.
-- ]]
-- function quest.DrawQuestInfo(panel, status)
--
-- end
--
-- ART.RegisterQuest(quest)
|