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

[Trigger] Make Unit Face Angle bugged + Deny Order

Status
Not open for further replies.
Level 15
Joined
Oct 29, 2012
Messages
1,474
Hi guys, straight into the problem,

1- I use the "Unit - Make Unit Face Angle", yet, this trigger seems to be denied in 50% of times. Is there a better action or something to actually guarantee that it'll face that angle and not actually deny the action ?!

2- Well well, I use this trigger, but it's probably not working, it never works.

[BOX="Deny Order]
  • Events
    • Unit - A Unit is ordered to move to a point
  • Conditions
    • DenyOrder = true
  • Actions
    • Unit - Order Unit to STOP
[/BOX]

Thanks.
 
Level 15
Joined
Oct 29, 2012
Messages
1,474
Is the trigger only firing 50% of the times? If that is the case then I don't know what causes that problem but that is definitely not the facing angle function. Else... Have you tried to pause and unpause the unit. If that doesn't work, try the JASS function:

I hope that works. Currently I am not on my PC...

Is DenyOrder a variable ? What is it set to ?

Well I use that Variable to just set when or when NOT to deny order. (I set it to true when a minigame starts.)
 
Status
Not open for further replies.
Top