• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

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