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

Furion's Sprout

Status
Not open for further replies.
  • T
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
    • Actions
      • Set p1 = (Target point of ability being cast)
      • For each (Integer A) from 1 to 8, do (Actions)
        • Loop - Actions
          • Set p2 = (p1 offset by 150.00 towards (Real((45 x (Integer A)))) degrees)
          • Destructible - Create a Summer Tree Wall at p2 facing (Random angle) with scale 1.00 and variation 0
          • Custom script: call RemoveLocation(udg_p2)
      • Custom script: call RemoveLocation(udg_p1)
 
Status
Not open for further replies.
Top