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

[Solved] ordering targeted channel

Status
Not open for further replies.
If its Target type is set to "No target (instant)", it will work; if you want it to target a unit, use the trigger I mentioned above. If it is destined for ground targeting, use
  • Set Point = (Your point)
  • Set Caster = (Your unit)
  • Custom script: call IssuePointOrderLoc (udg_Caster, "channel", udg_Point)
  • Custom script: call RemoveLocation (udg_Point)
The "channel" string is dependent on the Data - Base Order Id of the ability.
 
Level 24
Joined
Oct 18, 2008
Messages
942
i don't understand but i'll try it and come back with results.

disabled due to errors
"expected a code statement"

  • Untitled Trigger 001
    • Events
      • Player - Player 1 (Red) skips a cinematic sequence
    • Conditions
    • Actions
      • Set Caster = Peasant 0000 <gen>
      • Set Point = (Position of Peasant 0001 <gen>)
      • Custom script: Custom script: call IssuePointOrderLoc (udg_Caster, "channel", udg_Point)
 
Status
Not open for further replies.
Top