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