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

[Trigger] Make this multi-instanceable

Status
Not open for further replies.
Level 8
Joined
Dec 16, 2007
Messages
252
I want a trigger that creates an icy path every 6 seconds, that dissapears after 10 seconds. But this wouldn't work right? How do I make it work if so?

  • Ice
    • Events
      • Time - Every 6.00 seconds of game time
    • Conditions
    • Actions
      • Set Ice_L = (Random point in Center <gen>)
      • Environment - Change terrain type at Ice_L to Northrend - Ice using variation -1 in an area of size 4 and shape Circle
      • Wait 10.00 seconds
      • Environment - Change terrain type at Ice_L to Dalaran - Brick Tiles using variation -1 in an area of size 4 and shape Circle
      • Custom script: call RemoveLocation(udg_Ice_L)
 
Status
Not open for further replies.
Top