Skip to content

QuestLog ​

GameserverMessageQuestLog · inbound · 40 bytes

Subscribe with Engine.on("QuestLog", fn). Print the live usage block with Engine.help("QuestLog").

lua
local Engine = require("sdk.engine")

Engine.on("QuestLog", function(ev)
  print(ev.name)
end)
NameKindNested
questsrepQuestLine

Arcane SDK catalog generated from scripts/sdk