======Remove Status Effect======
----
(WIP)
Removes a [[status effect]] from the specified [[character]].
====Signature:====
remove_status_effect(status_id, character)
^Argument^Description^Type^Required^
|status_id| |[[String]]|Yes|
|character| |[[Entity]]|Yes|
====Example:====
remove_status_effect("STATUS_0001", player);
//Results://
Use the **Remove Status Effect** function to...
----
====Editor Node:====
{{:remove_status_effect_node.png?nolink|}}
~~NOTOC~~