No categories assigned

LUA:UpdateQuestZone

Revision as of 15:23, 12 September 2013 by Jabantiz (talk | contribs) (Created page with "= LUA Functions: UpdateQuestZone() = Updates the zone for the given quest ==== Syntax ==== UpdateQuestZone(param1, param2) ==== Parameters ==== ; Required - ''param1'' (Quest...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LUA Functions: UpdateQuestZone()

Updates the zone for the given quest


Syntax

UpdateQuestZone(param1, param2)


Parameters

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


Usage

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

This will update the quest zone to "New Zone"