CreateQuest
Method
Creates a new quest.
Parameters
| Parameter | Description |
|---|---|
| string name | Name of the quest. |
| string description | Description of the quest. |
| bool startAutomatically | Does quest start automatically? |
| bool saveUserProgress | Should progress be saved? |
| bool tasksAreOrdered | Should tasks be completed one at a time, sequentially? |
| bool celebrateOnComplete | If true, plays confetti VFX surrounding the local avatar upon quest completion |