What's he doing?!?!

Jimstick

Member!
Joined
Oct 27, 2003
Messages
38
Reaction score
0
Website
Visit site
Hello all, I've tried the most obvious thing first and it wont work. Im trying to make a unit drop all of his items when your right click on a town center and he is close to the building. I tried this trigger:

Actions
----A unit is given an order targenting an object

Conditions
----Target of issued order is equal to town center
----and issued order is (move)
Actions
----If/then/else (multiple actions) -whatever
-------Conditions
------------ordered unit is in region (400,400) of target of issued
---------------order is equal to true

-------Actions
------------Hero - make ordered unit drop item in slot 1
------------Hero - make ordered unit drop item in slot 2
------------Hero - make ordered unit drop item in slot 3
------------Hero - make ordered unit drop item in slot 4
------------Hero - make ordered unit drop item in slot 5
------------Hero - make ordered unit drop item in slot 6

But it doesn't work, i guess when a unit right clicks on a building he does something other then move to...hmmmmm does anyone know what i have to replace (move) with to make this work?
 

IceDevil9

BattleForums Senior Member
Joined
Feb 19, 2003
Messages
3,418
Reaction score
3
Location
CA
Website
www.rcthaven.com
I don't know, that trigger should work in all respects.

-Frank :cool:
 

Kibiyama

Member!
Joined
Jan 31, 2004
Messages
22
Reaction score
0
Does it work without the presence of the condition "issued order = move"?
 

Jimstick

Member!
Joined
Oct 27, 2003
Messages
38
Reaction score
0
Website
Visit site
Not really, because when they start building the town center they drop all of their stuff and thats not what they're supposed to do. Oh well screw it, i gave up on the map that needed this trigger to work so i guess someone can delete this thread if they want to, for some reason i cant........
 
Top