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

"Smart" order during cyclone

Status
Not open for further replies.
Level 5
Joined
Feb 1, 2024
Messages
44
When my unit is cycloned, I can still right click ground so I want to trigger some event as I right click during cyclone, but the problem is right click on ground does not count as move or smart when a unit is cycloned. So this trigger will not run:

  • Events
    • Unit - A unit Is issued an order targeting a point
  • Conditions
    • (Issued order) Equal to (Order(move))
    • (Issued order) Equal to (Order(smart))
  • Actions
    • Game - Display to (All players) the text: move
Is there a way to make right click during cyclone counted as move/smart as usual? Thanks in advance!
 
Level 5
Joined
Feb 1, 2024
Messages
44
Actually I found out a work around way:

  • Events
    • Player - (Owner of Unit) issues Mouse Down event
  • Conditions
    • (Trigger Mouse Button) Equal to Right Mouse Button
  • Actions
    • Game - Display to (All players) the text: move
In Warcraft 3 ability insight they say units will continuously perform stun order. That's why I can right click but cannot issue move order.
 
Last edited:
Status
Not open for further replies.
Top