• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

What's wrong with this, it doesn't work.

Status
Not open for further replies.
Level 9
Joined
Mar 31, 2011
Messages
496
  • Move to Training Area
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • (Item-type of (Last created item)) Equal to Training Area
    • Actions
      • Unit - Move (Triggering unit) instantly to (Center of Game Entry <gen>)
 
Level 16
Joined
May 1, 2008
Messages
1,605
  • Move to Training Area
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to Crown of Kings +5
    • Actions
      • Set TempPoint = (Center of (Playable map area))
      • Unit - Move (Triggering unit) instantly to TempPoint
      • Camera - Pan camera for (Owner of (Triggering unit)) to TempPoint over 0.00 seconds
      • Custom script: call RemoveLocation(udg_TempPoint)
TempPoint is a point variable!
 
Status
Not open for further replies.
Top