Merge Spawned Groups (Effect) — DisplayEntityUtils
Addon: DisplayEntityUtils · Category: Effect · Since: 3.3.3
Syntax
deu (merge|combine) %spawnedgroup% with %spawnedgroup%Description
Merge two non-packet based groups as a single group
Examples
#Merge Group B's parts into Group A. Group B will become unregistered and unusable afterwards
deu merge {_spawnedgroupA} with {_spawnedgroupB}
#3.4.3 and earlier
merge {_spawnedgroupA} with {_spawnedgroupB}