• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[JASS] Order

Status
Not open for further replies.
yes I did that. Actually it was a local, defined with local string udg_order as in PitzerMike's tutorial for locals in gui, so I could it access via gui commands.

Actually it crashes even if written in long way in gui.

The fuction I used for custom script was :call GroupPointOrderLocBJ( udg_Battallion[GetForLoopIndexA()], udg_order, GetOrderPointLoc() )

OK, the bug is found, but not solved :sad:

This trigger actually makes units to follow the order of another unit. But when issued the order to the same location as the first ordered unit the game crashes and I have no idea why.
 
Last edited:
Status
Not open for further replies.
Top