From d4f197a35c207c9891d3f4dc5e9708af48c935de Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 9 Aug 2016 17:53:52 -0400 Subject: Added some weapons --- gamemode/shared/questsystem/examplequest.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gamemode/shared/questsystem/examplequest.lua (limited to 'gamemode/shared/questsystem/examplequest.lua') diff --git a/gamemode/shared/questsystem/examplequest.lua b/gamemode/shared/questsystem/examplequest.lua new file mode 100644 index 0000000..8605ab8 --- /dev/null +++ b/gamemode/shared/questsystem/examplequest.lua @@ -0,0 +1,13 @@ +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) -- cgit v1.2.3-70-g09d2