OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: vassili on 03 Jun 2003, 21:14:46

Title: how toget units to join your squad during a mission
Post by: vassili on 03 Jun 2003, 21:14:46
In a mission I'm making, your squad must join up with some other units but how would I do this> thanx
Title: Re:how toget units to join your squad during a mission
Post by: LCD on 03 Jun 2003, 21:15:58
[untname,unitname,etc...] join yourunitname

LCD OUT
Title: Re:how toget units to join your squad during a mission
Post by: vassili on 03 Jun 2003, 21:35:38
where do i write that
Title: Re:how toget units to join your squad during a mission
Post by: LCD on 03 Jun 2003, 21:39:08
in trigers or WP on activision or in script

LCD OUT
Title: Re:how toget units to join your squad during a mission
Post by: vassili on 03 Jun 2003, 22:33:32
thanks but it doesn't seem to work

my unit is called man, and the units which I want to join later in the mission are called man1, man2 and man3, I wrote this in a trigger, placed around the 3 units which I want to join:   "(man1,man2,man3) join man".  it doesnt seem to work it says "missing (" and "unknown operator". Could you please tell me exactly what to write and where.

I know I sound really stupid, but i'm new to ofp editing, so i need a bit of help to start off
Title: Re:how toget units to join your squad during a mission
Post by: deaddog on 03 Jun 2003, 22:39:43
Use a [ instead of a (.  Just like LCD wrote.
Title: Re:how toget units to join your squad during a mission
Post by: Planck on 03 Jun 2003, 22:41:44
Only a guess but, I think it should be:

[man1,man2,man3] join man

In other words use the square brackets


Ha........deaddog beat me to it
Planck
Title: Re:how toget units to join your squad during a mission
Post by: deaddog on 03 Jun 2003, 22:47:54
Plankl, Don't you just hate that , lol  ;D


I mean Plank, not Plankl.


*third edit*

I mean Planck  :P
Title: Re:how toget units to join your squad during a mission
Post by: Planck on 03 Jun 2003, 22:56:51
Aye,  :P is right  ;)


Planck