Adds the specified entity to a group.
add_to_group(entity, group_name)
add_to_group(entity["slime01"], "slimes");
Results: Adds the entity with ID “slime01” to the “slimes” group.