You are viewing an old version of this page. Return to the latest version.
Version of 15:23, 12 September 2013 by I need to Update My Profile
No categories assigned
LUA:UpdateQuestZone
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"