Tracks the current quest, un-tracking any other quest that may be tracked. Pass in "nil" to cancel all tracking. Permitted only on personal quests.
| Command.Quest.Track(quest) | |||
| Command.Quest.Track(nil) | |||
| Parameter | Type | Datatype | Description |
|---|---|---|---|
| nil | parameter | nil | The value "nil". |
| quest | parameter | quest | The quest to be affected. |