Remove Status Effect


(WIP)

Removes a status effect from the specified character.

Signature:

remove_status_effect(status_id, character)
ArgumentDescriptionTypeRequired
status_id StringYes
character EntityYes

Example:

remove_status_effect("STATUS_0001", player);

Results:

Use the Remove Status Effect function to…


Editor Node: