OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: FLBEE on 24 Aug 2004, 18:03:38

Title: player's side question
Post by: FLBEE on 24 Aug 2004, 18:03:38
I have a pretty good handle on basic editing/scripting in single player,but i'm getting going on my first full multiplayer mission, so this is probably a dumb question.

How, in a script for multi, do you determine which player will do what ?
For example if I have a script that waits for the player to get on board helo1 before it takes off to do a insertion, how will it determine which is player to wait for out of east or west side?

I was thinking I will just assign a name to the player of each side and then assign them a leader of a group and have all scripts command/condition leader group soandso, but I thought I would check here to see if there is a more direct route to access each side's human players.

thx for your time.