You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "LUA:AddQuestStepCraft"
(Created page with "'''Explanation'''<br> This function will add a step in your quest that requires you to craft an item to advance a quest. If the item stacks it will progress the quest by one, oth...") |
|||
| Line 1: | Line 1: | ||
'''Explanation'''<br> | '''Explanation'''<br> | ||
| − | This function will add a step in your quest that requires you to craft an item to advance a quest | + | This function will add a step in your quest that requires you to craft an item to advance a quest.<br> |
Revision as of 21:43, 1 November 2013
Explanation
This function will add a step in your quest that requires you to craft an item to advance a quest.
Syntax
AddQuestStepObtainItem(Quest, StepID, StepText, Quantity, Percentage, TaskGroupText, Icon, Item ID(s))
Example
AddQuestStepCraft(Quest, 1, "I must craft a cowbell.", 5, 100, "I gotta have more cowbell!", 962, 2565)