Add quest objectives to quest menu
This commit is contained in:
6
scripts/Event/Quest/EventStartQuest.gd
Normal file
6
scripts/Event/Quest/EventStartQuest.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name EventStartQuest extends "res://scripts/Event/Quest/EventShowQuest.gd"
|
||||
|
||||
func start():
|
||||
assert(QUEST.quests.has(quest), "Quest not found.")
|
||||
QUEST.quests[quest].start()
|
||||
super.start()
|
Reference in New Issue
Block a user