Home   Help Search Login Register  

Author Topic: MP Respawn Help - West Base  (Read 1361 times)

0 Members and 2 Guests are viewing this topic.

PfcStyles

  • Guest
MP Respawn Help - West Base
« on: 01 Dec 2005, 11:38:35 »

Sorry if this has been asked before, I am sort of new to the Operation Flashpoint editing scene.

Anyway, I am using Toadlife's Universal Weapons Respawn Script for a mission. However, this mission is co-operative and is pretty free roaming. What I want to do is have the squad leader have access to a command which, when activated, moves the respawn_west marker to his current location. Ideally this would be activated through the radio menu.

Can anyone give me some advice?

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Re:MP Respawn Help - West Base
« Reply #1 on: 01 Dec 2005, 17:38:53 »

Where W1 is the mission editor name of the unit who is the commander

you will ofcourse need to hide radio Alpha or whichever Radio assignment you choose from the other players

__________________________________________


RADIO TRIGGER
Repeating:
ON ACTIVATION:"Respawn_West" setmarkerpos (getpos W1)



for a more robust system, i would use leader groupname instead of W1
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123

PfcStyles

  • Guest
Re:MP Respawn Help - West Base
« Reply #2 on: 01 Dec 2005, 23:19:50 »

Thanks for the advice!