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
Removes the specified entity from a group.
remove_from_group(entity, group_name)
remove_from_group(entity["slime01"], "slimes");
Results: Removes the entity with ID “slime01” from the “slimes” group.