OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Blacknite on 29 Nov 2005, 01:49:14

Title: I need a join scripts...
Post by: Blacknite on 29 Nov 2005, 01:49:14
hey guys, I need a script or command that will allow my player to join another squad and not be the team leader.

Thanks
Title: Re:I need a join scripts...
Post by: Morglor9 on 29 Nov 2005, 05:01:02
isn't it just:

Code: [Select]
player join grp2
and then the game figures out who'll be the new leader (player or the current one) based on rank?
Title: Re:I need a join scripts...
Post by: marcus3 on 29 Nov 2005, 14:51:04
u have to put [] in the first name, i think so it makes in a array, ont sure

[player] join grp2
Title: Re:I need a join scripts...
Post by: THobson on 29 Nov 2005, 15:14:57
[player] join grp2
or
[player] join unitname

Will both work and the player will not be the leader.