- Joined
- Mar 6, 2006
- Messages
- 9,243
I'm trying to move a rectangle every time I click an item, so that the rectangle relocates to the position of the last item clicked.
Here's my current trigger:
Here's my current trigger:
-
Relocate Rectangle
-

Events
-


Unit - A unit owned by Player 1 (Red) Is issued an order targeting an object
-
-

Conditions
-

Actions
-


Set ItemLocation = ItemPickUp <gen>
-


Set ItemPoint = (Position of (Target item of issued order))
-


Rect - Center ItemLocation on ItemPoint
-
-



