======Remove From Group====== ---- Removes the specified [[entity]] from a [[groups|group]]. ====Signature:==== remove_from_group(entity, group_name) ^Argument^Description^Type^Required^ |entity|[[Entity]] that will be removed from the [[groups|group]].|[[Entity]]|Yes| |group_name|Name of the [[groups|group]] the [[entity]] will be removed from.|[[String]]|Yes| ====Example:==== remove_from_group(entity["slime01"], "slimes"); //Results:// Removes the [[entity]] with ID "slime01" from the "slimes" [[groups|group]]. ---- ====Editor Node:==== {{:wiki:remove_from_group_node.png?nolink|}} ~~NOTOC~~