Home   Help Search Login Register  

Author Topic: Naming a group  (Read 604 times)

0 Members and 1 Guest are viewing this topic.

Offline penguinman

  • Contributing Member
  • **
  • Money is worthless, just paper, ink, and threads
Naming a group
« on: 16 Oct 2004, 00:57:30 »
hello,

i have a script that i need to work on a group but to activate it u need to enter the "group name" how do u name a group. if they are auto named how do u find out what a group name is. I can only name a single unit.

Thanks/ cheers

m21man

  • Guest
Re:Naming a group
« Reply #1 on: 16 Oct 2004, 01:14:33 »
The syntax for naming a group is:

Code: [Select]
groupname = group unit
So mygrp = group player creates a group (Named mygrp) of all the units in the player's group, and grp1 = group this in a unit's init field creates a group (Named grp1) with all of the soldiers in that unit's group.
« Last Edit: 16 Oct 2004, 01:15:30 by m21man »