Ok I found this in the Ed Depot in Online references, Commands. That's where you should be looking for stuff like this.
You put it in the init line of a group leader.
group setGroupId id
Operand types:
group: Object or Group
id: Array
Type of returned value:
Nothing
Description:
Set group identity. Id format is [letter,color,picture] or [letter,color]. Letter is one of: "Alpha", "Bravo", "Charlie", "Delta", "Echo", "Foxtrot", "Golf", "Hotel", "Kilo", color is one of "GroupColor0" to "GroupColor7".
Example:
setGroupId ["Alpha", "GroupColor0"]
Sefe October 31, 2002, 21:32
Additional values for letter are:
"Yankee", "Zulu", "Buffalo", "Convoy", "Guardian" "Two", "Three"
Color can also be set to "Six".
LCD November 11, 2002, 04:19
You can also set the values to "November"
macguba March 23, 2003, 23:53
Sol Fire has made a list of the GroupColours
0 - no colour
1 - Black
2 - Red
3 - Green
4 - Blue
5 - Yellow
6 - Orange
7 - Pink
macguba May 29, 2003, 11:22
Note that this does not name the group. To call a group "grp1", for example, write this in the init field of the group leader:-
grp1 = group this
Hope it helps.
:wave: ciao