408 B
408 B
Function: AddQuestStepProgressAction(quest, step, action)
Description: This can be used to call a LUA function when a quest step progresses successfully (such as a kill 1/10 or item 1/10).
Parameters:
quest
(Quest) - Quest object representingquest
.step
(int32) - Integer valuestep
.action
(int32) - Integer valueaction
.
Returns: None.
Example:
Example Required