HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Order Comparison - Move to Unit?

12-12-2004, 01:09 AM#1
UndercoverIdiot
Could someone tell me what the order code thing for the order comparison is for when you right click on a unit? By the way could you also give me a list of all of them?
-Thanks
12-12-2004, 03:21 AM#2
Kishe
You can do a debug trigger to find out all of the strings. I'm pretty sure that the order is 'attack' when you right click on a unit, but it might be 'smart'. Do some testing to find what exactly you are looking for.
12-12-2004, 05:24 AM#3
UndercoverIdiot
I mean for when you right click on an allied unit.
12-12-2004, 06:32 AM#4
th15
Code:
Event:
Unit is issued an order targeting an object

Condition:
Order issued = smart

Action:
Game display text- You've just righ clicked on that unit!

Go figure.