Hey guys,
Thanks forthe responses and help so far.
The Spawning script has two methods of spawning groups.
a) Place a group onmap and have in its init field.
b) Place an object on map (tent,house,truck) and group spawn from it.
I'm interested in b) since it gives more felexibilty in terms of spawning units only when needed. So they will spawn by a trigger when certain conditins are met.
Now its this option I am having a hard time figuring out hot name the group.
This is what goes in the init field of the object:
["west","BAS_Deltas", tent,12,150,20,3,4,getpos house] exec "spawnman.sqs"
Where exactly do you place the group name in the above?
Remeber with this option soldiers will not be spawned till later ..
Thanks