You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "LUA:AddQuestStep"
(New page: '''Syntax'''<br> AddQuestStep(Quest, StepID, StepDescription, Quantity, Percentage, TaskGroupText, icon)<br> '''Details'''<br> This function will add a quest step that is not specific lik...) |
|||
| Line 4: | Line 4: | ||
'''Details'''<br> | '''Details'''<br> | ||
This function will add a quest step that is not specific like a AddQuestStepChat or AddQuestStepLocation | 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'''<br> | '''Example'''<br> | ||
Revision as of 10:55, 23 November 2009
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)