Command.Quest.Track

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.

Usage:

Command.Quest.Track(quest)
Command.Quest.Track(nil)
ParameterTypeDatatypeDescription
nilparameternilThe value "nil".
questparameterquestThe quest to be affected.