======Fail Quest======
----
(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.
====Signature:====
fail_quest(quest_id)
^Argument^Description^Type^Required^
|quest_id| |[[String]]|Yes|
====Example:====
fail_quest("QUEST_0001");
//Results://
Use the **Fail Quest** function to...
----
====Editor Node:====
{{:fail_quest_node.png?nolink|}}
~~NOTOC~~