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

Ability problem-question

Status
Not open for further replies.
Level 18
Joined
May 11, 2012
Messages
2,103
I dont understand 1 thing.

Let's say I do those actions:

  • Unit - Create 1 Aarggghhhh for Player 12 (Brown) at SpecialEventArea facing 270.00 degrees
  • Set Arrrggghhhh_unit[1] = (Last created unit)
then I do this:

  • Unit - Add Crystal Ball to Arrrggghhhh_unit[1]
Now how can I force Arrrggghhhh_unit[1] to use Crystal Ball ability?

tell me if you don't understand
 
Level 12
Joined
Mar 13, 2012
Messages
1,121
Depending on what your ability Crystal Ball is targeting you use one of the actions starting with

  • Unit - Issue Order ......
As order just choose the base spell your ability is made of.
 
Level 4
Joined
Jul 15, 2012
Messages
89
in Object Editor/abilities look for: "Text-Order String - use/turn ON" then see what it is for example if it is "Firebolt" you should do this
  • Actions
    • Unit - Order unit to Neutral - Firebolt unit
Got it?
 
Status
Not open for further replies.
Top