add doug to dialogue, start grandma quest

This commit is contained in:
2026-04-11 18:34:16 -05:00
parent 6491a3df11
commit 54db4e4b73
15 changed files with 1049 additions and 53 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ public class Quest : MonoBehaviour
public bool hasStarted = false;
public bool hasCompleted = false;
public string[] askText; // ask the player to complete the task
public string[] duringText; // what to say to the player when the task is complete
public string[] completionText; // what to say to the player upon completion
public DialogueLine[] askText; // ask the player to complete the task
public DialogueLine[] duringText; // what to say to the player when the task is complete
public DialogueLine[] completionText; // what to say to the player upon completion
public int questID = 0; // connects the quest to the registry, which gives us conditions