No categories assigned

LUA:UpdateQuestZone


LUA:AllFunctions - UpdateQuestZone

Return to: LUA:AllFunctions | Tutorials | Portal | Forum | Project Manager | Bug Tracker


Updates the zone for the given quest

Syntax

UpdateQuestZone(param1, param2)

Parameters

Required - param1 (Quest), param2 ("zone name")
param1 is the quest you wish to update
param2 is the zone name to set the quest to


Example

function init(Quest)
    UpdateQuestZone(Quest, "New Zone")
end

This will update the quest zone to "New Zone"