Skip to content

Lua [Encounter]

Info

Also see Spire Quest API Explorer for latest definitions and Quest examples

EVENT_ENCOUNTER_LOAD

function EVENT_ENCOUNTER_LOAD(e) {
    eq.debug("encounter " .. e.encounter);
    eq.debug("data " .. e.data);
}

EVENT_ENCOUNTER_UNLOAD

function EVENT_ENCOUNTER_UNLOAD(e) {
    eq.debug("data " .. e.data);
}

EVENT_TIMER

function EVENT_TIMER(e) {
    eq.debug("timer " .. e.timer);
}