Home   Help Search Login Register  

Author Topic: Leader Dead  (Read 2387 times)

0 Members and 1 Guest are viewing this topic.

snake8u2_SSS

  • Guest
Leader Dead
« 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

insanesniper

  • Guest
Re:Leader Dead
« Reply #1 on: 20 Aug 2002, 11:55:33 »
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!!!!!!!!

« Last Edit: 20 Aug 2002, 12:01:12 by insanesniper »

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Leader Dead
« Reply #2 on: 20 Aug 2002, 13:34:04 »
it should be

[player1] join grpnull

insanesniper

  • Guest
Re:Leader Dead
« Reply #3 on: 20 Aug 2002, 14:02:37 »
cheers, works mint now  ;D

Offline Sefe

  • OFPEC Patron
  • Former Staff
  • ****
Re:Leader Dead
« Reply #4 on: 20 Aug 2002, 14:05:47 »
Good to hear. Please use the "solve" button when your problem is solved.