Welcome
— — — — —
Voxel Editor
Map Editor
Script Editor
Dialogue Editor
UI Editor
Item Editor
Game Explorer
Game Configuration
Exporting Your Game
Game Controls
Script Syntax
Scripting Reference
Localization
Tutorials
(WIP)
Removes a status effect from the specified character.
remove_status_effect(status_id, character)
remove_status_effect("STATUS_0001", player);
Results:
Use the Remove Status Effect function to…