• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] Problem with triggers

Status
Not open for further replies.
Level 4
Joined
May 31, 2011
Messages
85
Hi, my trigger is : Lock camera for target player 1 (red) etc etc
but this only gives the player 1 camera if i go with player 2 the camera still stands at "starting location"
how to give command for each player to have the same camera at start pointing at tavern, or i need to give 11 more actions as above for each player?
 
Level 4
Joined
May 31, 2011
Messages
85
  • Actions
    • Player Group - Pick every player in (All players) and do (Actions)
      • Loop - Actions
        • Set Point = ((Picked player)'s Start Location)
        • Camera - Pan camera for (Picked player) at Point, over 0.00 seconds
        • Custom script: call RemoveLocation (udg_Point)

hey thanks alot !
 
Status
Not open for further replies.
Top