Skip to main content
The Deno 2 Release Candidate is here
Learn more
method QuestController.prototype.failQuests
import { QuestController } from "https://deno.land/x/sptaki@1.2.0/controllers/QuestController.d.ts";

Fail the provided quests Update quest in profile, otherwise add fresh quest object with failed status

Parameters

sessionID: string

session id

pmcData: IPmcData

player profile

questsToFail: IQuest[]

quests to fail

Client output