Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Basic question (Joining)
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Basic question (Joining) (Read 737 times)
0 Members and 2 Guests are viewing this topic.
NightJay0044
Former Staff
Let's make OFPEC great again
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.
Logged
Who's hyped for Arma4, long live Arma!
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
Logged
I know a little about a lot, and a lot about a little.
NightJay0044
Former Staff
Let's make OFPEC great again
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
Logged
Who's hyped for Arma4, long live Arma!
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
Logged
I know a little about a lot, and a lot about a little.
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Basic question (Joining)
Top of page