• 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.

What makes this work for Players in game.

Status
Not open for further replies.
Level 8
Joined
Nov 21, 2008
Messages
316
What needs to be added in order for it to spawn only for those who are playing?
  • Spawning
    • Events
      • Time - Elapsed game time is 0.00 seconds
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 9, do (Actions)
        • Loop - Actions
          • Set Spawn_Point[(Integer A)] = (Random point in SpawnRegions[(Random integer number between 1 and 4)])
          • Unit - Create 1 Troll Survivor for (Player((Integer A))) at Spawn_Point[(Integer A)] facing Default building facing degrees
          • Camera - Pan camera for (Player((Integer A))) to Spawn_Point[(Integer A)] over 0.10 seconds
          • Custom script: call RemoveLocation (udg_Spawn_Point[bj_forLoopAIndex])
 
Level 13
Joined
Feb 18, 2009
Messages
1,381
Just create an unused trigger. (Defeat and delete everything owned by people who aint playing) or you if/then/else, if player is playing equal to true blabla
 
Status
Not open for further replies.
Top