Skip to content

Listen for Talk

Subscribe to the typed inbound Talk decoder and print speaker plus text.

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

Engine.on("Talk", function(ev)
  print(ev.speaker, ev.text)
end)

Arcane SDK catalog generated from scripts/sdk