You are viewing an old version of this page. Return to the latest version.
No categories assigned
LUA:AddQuestStep
- Last edited 4 years ago by Vlash Nytefall
Syntax
AddQuestStep(Quest, StepID, StepDescription, Quantity, Percentage, TaskGroupText, icon)
Details
This function will add a quest step that is not specific like a AddQuestStepChat or AddQuestStepLocation
This function is recommended for use with zonescripts and SetLocationProximityFunction, where you need a location outside the existing zone.
Example
AddQuestStep(Quest, 1, "Find a beach", 1, 100, "", 0)