OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: snake8u2_SSS on 20 Aug 2002, 07:03:33
-
simple problem i made a multiplayer co-op mission and when theres only one man left alive, he cant finish the mission cause he has no waypoints and the last leader(who is dead now)is still the leader.
Why hasnt leadership transfered to the last surviving person?
I`ve tried pushing 5-5 (Where are u)and no response from leader cause he`s dead.
Do need to use a script??........HELP
-
we have kinda got it working now......just put a trigger with
condition: not alive player1
on activation: player1 join grpnull
this works......it allows 2nd person to takeover waypoints from leader.......
HOWEVA.....it returns an error msg....
'player1 join grpnull|#|': Error Type Object, expected Array
not sure why.......i don't know the exact syntax to use probably.........
HELP SOMEONE!!!!!!!!
-
it should be
[player1] join grpnull
-
cheers, works mint now ;D
-
Good to hear. Please use the "solve" button when your problem is solved.