Add VN textbox (needs some more bug fixing)
This commit is contained in:
@@ -24,6 +24,7 @@ func getState() -> QuestState:
|
||||
return questState;
|
||||
|
||||
func start():
|
||||
print("Starting quest: " + questName);
|
||||
questState = QuestState.ACTIVE;
|
||||
currentObjective = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user