======Add To Group====== ---- Adds the specified [[entity]] to a [[groups|group]]. ====Signature:==== add_to_group(entity, group_name) ^Argument^Description^Type^Required^ |entity|[[Entity]] that will be added to the [[groups|group]].|[[Entity]]|Yes| |group_name|Name of the [[groups|group]] the [[entity]] will be added to.|[[String]]|Yes| ====Example:==== add_to_group(entity["slime01"], "slimes"); //Results:// Adds the [[entity]] with ID "slime01" to the "slimes" [[groups|group]]. ---- ====Editor Node:==== {{:add_to_group_node.png?nolink|}} ~~NOTOC~~