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

[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