• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

ordering a unit to magicdefense

Status
Not open for further replies.
Level 14
Joined
Aug 30, 2004
Messages
909
I've used the removed Spellbreaker defend-like ability in my map. It's called Magical Defense I think... it works like defend anyway but has the order: magicdefense and magicundefense.

How do I order a computer unit to cast this spell? It doesn't appear on the list of orders.
 
Level 14
Joined
Aug 30, 2004
Messages
909
customscript: call IssueImmediateOrderBJ( GetEnumUnit(), "magicdefense" )

This will Order the picked unit.
just do
  • Unit - Issue Order with no Target
Refer to whatever unit u want, convert to custom skript and enter the order by hand

Excellent, this looks promising. I'm confused though. What do I put in the string field in the "issue order with no target"?
 
Status
Not open for further replies.
Top