• 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] Here's a question for ya!

Status
Not open for further replies.
Level 6
Joined
Jul 25, 2005
Messages
221
When you want to check a spellid from a custom made spell (meaning copy paste spell) what must its name be?
Raw code name before copy:ANcl
Raw code name after copy: A000:ANcl

What shall it say in the Scriptzor?
JASS:
 if (GetAbilitySpellId()== 'A000:ANcl') //?
 
Level 12
Joined
Apr 27, 2008
Messages
1,228
Use only 'A000'
'ANcl' is the code of the ability your custom ability is based on.
 
Status
Not open for further replies.
Top