- Joined
- Oct 18, 2008
- Messages
- 945
-
test
-
Events
-
Player - Player 1 (Red) skips a cinematic sequence
-
-
Conditions
-
Actions
-
Set MTempPoint[2] = (Position of Peasant 0238 <gen>)
-
Set TempPlayer = Player 1 (Red)
-
Unit Group - Pick every unit in (Units within 260.00 of MTempPoint[2] matching ((((Matching unit) is alive) Equal to True) and (((Matching unit) belongs to an enemy of TempPlayer) Equal to True))) and do (Actions)
-
Loop - Actions
-
Set MTempUnit[1] = (Picked unit)
-
Unit - Create 1 Rifleman for Player 2 (Blue) at MTempPoint[2] facing Default building facing degrees
-
Set MTempUnit[2] = (Last created unit)
-
Unit - Order MTempUnit[2] to Attack MTempUnit[1]
-
Unit - Add a 3.00 second Generic expiration timer to MTempUnit[2]
-
-
-
-
look at these. they aren't attacking.
if I switch player 2 and player 1 and create them near my own units, red riflemen will happily accept an order to attack red units.
I don't understand how they can just deny the command if they are blue. tested with neutral hostile too, they also ignore my commands.
Last edited: