Channel Order Help?

Status
Not open for further replies.
You can use a custom script. Up to the target type of the Channel, you will have a different script used:

Unit Target:
  • Custom script: call IssueTargetOrder (Unit, "channel", TargetUnit/TargetDestructable)
Point Target:
  • Custom script: call IssuePointOrder (Unit, "channel", Location)
No target Target (Instant):
  • Custom script: call IssueImmediateOrder (Unit, "channel")
 
Status
Not open for further replies.
Back
Top