Home   Help Search Login Register  

Author Topic: Basic question (Joining)  (Read 739 times)

0 Members and 1 Guest are viewing this topic.

Offline NightJay0044

  • Former Staff
  • ****
  • Let's make OFPEC great again
    • My Steam Workshop
Basic question (Joining)
« on: 14 Nov 2005, 20:13:28 »
HI, my question today has to do with the initialization field of a soldier.

1) How do you get a soldier to join you (player) typing a specific code in his initialization field?

Thank You.
Who's hyped for Arma4, long live Arma!

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Basic question (Joining)
« Reply #1 on: 14 Nov 2005, 20:19:08 »
Try:

[unitname] join player

There is a lot to be said for reading the  command reference for queries such as this.


Planck
I know a little about a lot, and a lot about a little.

Offline NightJay0044

  • Former Staff
  • ****
  • Let's make OFPEC great again
    • My Steam Workshop
Re:Basic question (Joining)
« Reply #2 on: 14 Nov 2005, 20:23:20 »
Another question:

1) Why do you have to put "[]" that code around the unitname in the init field?

Such as:

[w1] join player

Thanks
Who's hyped for Arma4, long live Arma!

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Basic question (Joining)
« Reply #3 on: 14 Nov 2005, 20:25:43 »
[] denotes an array.

So, you could say:

[unitname1, unitname2, unitname3....etc] join player


Planck
I know a little about a lot, and a lot about a little.