Your browser does not support HTML5 canvas. Fork me on GitHub

Available Packages:

Quest

Source

function static quest.completed(boolean b)

Source

function static quest.discovered(boolean b)

Source

function static quest.failed(boolean b)

Source

function flashQuestDialogButton()

Source

function static quest.isCompleted() returns boolean

Source

function static quest.isEnabled() returns boolean

Source

function static quest.remove()

Source

function static quest.setDescription(string text)

Source

function static quest.setIcon(string path)

Source

function static quest.setRequired(boolean req)

Source

function static quest.setTitle(string title)

Source

class Quest

Source

quest q

Source

QuestState qState

Source

function addObjective(string text) returns QuestItem

Source

function getState() returns QuestState

Source

function isCompleted() returns boolean

Source

function isEnabled() returns boolean

Source

function setDescription(string title)

Source

function setIcon(string path)

Source

function setState(QuestState state)

Source

function setTitle(string title)

Source