- Joined
- Mar 15, 2005
- Messages
- 79
I want to make it so when a player press the down button his tank fires his weapon at a player within 712 range,in this case its a attack ground, attack
so far i have
TRIGGER
EVENT
Player - Player 1 (Red) Presses the Down Arrow key
Player - Player 2 (Blue) Presses the Down Arrow key
Player - Player 3 (Teal) Presses the Down Arrow key
Player - Player 4 (Purple) Presses the Down Arrow key
CONDITIONS
None
ACTION
Unit - Order (Random unit from (Units owned by (Triggering player))) to Attack (Random unit from (Units within 760.00 of (Position of (Random unit from (Units owned by (Triggering player)))) matching (((Triggering unit) is A ground unit) Equal to True)))
so far i have
TRIGGER
EVENT
Player - Player 1 (Red) Presses the Down Arrow key
Player - Player 2 (Blue) Presses the Down Arrow key
Player - Player 3 (Teal) Presses the Down Arrow key
Player - Player 4 (Purple) Presses the Down Arrow key
CONDITIONS
None
ACTION
Unit - Order (Random unit from (Units owned by (Triggering player))) to Attack (Random unit from (Units within 760.00 of (Position of (Random unit from (Units owned by (Triggering player)))) matching (((Triggering unit) is A ground unit) Equal to True)))