OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Wildcat22 on 01 May 2004, 22:36:59

Title: Player / Coop question
Post by: Wildcat22 on 01 May 2004, 22:36:59
Hello,
I finished my first (long) MP coop mission and I got a question. I didn't give a name to the player (because I first tested it alone), and did all my scripts and triggers using the default "player" name.
When running a coop, are all the players named "player" by default, or do I have to open it up, and set something like "PTeam = group this" ?

Thanks for the answer  :)

Title: Re:Player / Coop question
Post by: Planck on 01 May 2004, 22:44:58
I think 'player' is local on each machine, so your script should work fine for ever player.


Planck
Title: Re:Player / Coop question
Post by: Wildcat22 on 01 May 2004, 23:01:41
Thanks a lot  ;)