(WIP)
Completes a quest that was previously given to the player and removes it from their quest log. The quest's “Completion Script” will trigger if one is assigned.
complete_quest(quest_id)
Argument | Description | Type | Required |
---|---|---|---|
quest_id | String | Yes |
complete_quest("QUEST_0001");
Results:
Use the Complete Quest function to…