Commands

All commands executed by the Quests plugin through Spark.Network.ExecuteCommand().

Command
Properties
Description

AcceptQuestCommand

actorEntityId, questId

Accept a quest

AbandonQuestCommand

actorEntityId, questId

Abandon an active quest

CompleteQuestCommand

actorEntityId, questId

Mark a quest as completed

TurnInQuestCommand

actorEntityId, questId

Turn in a completed quest for rewards

UpdateQuestObjectiveCommand

actorEntityId, questId, objectiveIndex, progressDelta

Update progress on a quest objective

SelectQuestRewardCommand

actorEntityId, questId, rewardIndex

Select a reward option

DeselectQuestRewardCommand

actorEntityId, questId, rewardIndex

Deselect a reward option

See Command System for full details on creating and executing commands.

Last updated

Was this helpful?