Home   Help Search Login Register  

Author Topic: Join 2 Groups via Radio  (Read 714 times)

0 Members and 1 Guest are viewing this topic.

SAS

  • Guest
Join 2 Groups via Radio
« on: 12 Aug 2003, 17:59:31 »
hi all i need some help, I have 2 groups called me and mygrp I want the 2 to join via a Radio call, i tried various combinations of mygrp join me; me join mygrp; mygrp join player ect but none work.

Can anyone give me some advice?

thx

_Ross_

  • Guest
Re:Join 2 Groups via Radio
« Reply #1 on: 12 Aug 2003, 19:21:47 »
i dont think the join command works on groups, why not try just having the individual people in the other group join you?


Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Join 2 Groups via Radio
« Reply #2 on: 12 Aug 2003, 19:32:03 »
I can't remember whether it works on groups or not, but in any event you need square brackets to designate an array.

[mygrp] join me

Which only goes to prove that you should always check the syntax in the Command reference before posting.   ;)
Plenty of reviewed ArmA missions for you to play

SAS

  • Guest
Re:Join 2 Groups via Radio
« Reply #3 on: 12 Aug 2003, 19:47:24 »
I can't remember whether it works on groups or not, but in any event you need square brackets to designate an array.

[mygrp] join me

Which only goes to prove that you should always check the syntax in the Command reference before posting.   ;)

thx that gets the leader to join me but not the group, oh well will do it the old fashioned way, i did check the command reference but this was all my copy said
Quote
Description :
Causes selected unit to join specified group.
 
Syntax :
UnitName Join GroupName

UnitName is the name of the unit to join a group.
GroupName is the group the unit should join. Use GrpNull to take a unit out of a group.
 
Returns :
N/A
 
Example :
MyGuy Join BigGroup
MyGuy Join GrpNull
MyGuy Join group OtherGuy
 

guess i need a new version :)

thx for the assist

Knut Erik

  • Guest
Re:Join 2 Groups via Radio
« Reply #4 on: 12 Aug 2003, 20:02:19 »
Tss... Try this

"[_x] join Me" forEach units myGrp

I think it works but I can't check it now.

Give it a shot  :D

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Join 2 Groups via Radio
« Reply #5 on: 12 Aug 2003, 22:19:48 »
Hmmm ... that's a bit odd.  I always use the online version, which sometimes has helpful comments.

Knut Erik's solution will work fine as long as the syntax is correct.
« Last Edit: 12 Aug 2003, 22:20:07 by macguba »
Plenty of reviewed ArmA missions for you to play