Module ...
Handles actors quests
Functions
| _M:grantQuest (quest) | Grants a quest to an actor from the given quest definition |
| _M:hasQuest (id) | Checks if the actor has this quest |
| _M:isQuestStatus (quest, status, sub) | Checks the status of the given quest If the actor does not have the quest, does nothing |
| _M:setQuestStatus (quest, status, sub) | Sets the status of a quest for an actor If the actor does not have the quest, does nothing |
Functions
- _M:grantQuest (quest)
-
Grants a quest to an actor from the given quest definition
Parameters
- quest:
- _M:hasQuest (id)
-
Checks if the actor has this quest
Parameters
- id:
- _M:isQuestStatus (quest, status, sub)
-
Checks the status of the given quest If the actor does not have the quest, does nothing
Parameters
- quest:
- status:
- sub:
- _M:setQuestStatus (quest, status, sub)
-
Sets the status of a quest for an actor If the actor does not have the quest, does nothing
Parameters
- quest:
- status:
- sub: