prog
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
class_name EventStartQuest extends "res://scripts/Event/Quest/EventShowQuest.gd"
|
||||
|
||||
@export_category("Event Start Quest")
|
||||
var nothing:bool = false
|
||||
|
||||
func start():
|
||||
assert(QUEST.quests.has(quest), "Quest not found.")
|
||||
QUEST.quests[quest].start()
|
||||
|
Reference in New Issue
Block a user