No categories assigned
LUA:SetQuestRepeatable
- Last edited 11 years ago by I need to Update My Profile
LUA Functions: SetQuestRepeatable()
Sets the quest as repeatable
Syntax
SetQuestRepeatable(param1)
Parameters
- Required - param1 (Spawn)
- param1 is the quest we want to be repeatable
Usage
function init(Quest)
SetQuestRepeatable(Quest)
end
This will set the quest as repeatable
Notes
Best to be used in the "init" function in quest scripts