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

[JASS] Read value from Ability

Status
Not open for further replies.
Level 3
Joined
Apr 18, 2004
Messages
51
Is there any JASS-Function to read values from Abilities?
A short example:
I have a custom Ability called "Stomp" (A001) and I want to use the Value "Area1" of this Ability in a trigger to make a nice effect in this area
How can I make this?
Is it possible at all?
 
Level 4
Joined
Apr 3, 2004
Messages
7
You can't read a specific field from an ability.

You can only read the level of the ability which you can use to calculate an area of effect.
Use the Unit - Get Level Of Ability For Unit to determine the level of the ability.
 
Status
Not open for further replies.
Top