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

[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