addSOBGroup(<sSobName>, <sShipName1>, <sShipName2>, ... , <sShipNameN>)
Description
Example
addSOBGroup("MyNewSOBGroup", "MyScout1", "MyScout2", "MyScout3", "MyScout4")
Arguments
<sSobName>: the name of the sobgroup to create and add ships to.
<sShipName1> to <sShipNameN>: the names of the ships to add to <sSobName>.
Definition
function addSOBGroup(sSobName, ...)
createSOBGroup(sSobName)
for i, iCount in arg do
addToSOBGroup(iCount, sSobName)
end
end
Related Pages:
There is one comment on this page. [Display comment]