The goal is for only player "turquoise" to be able to pick up an item. However testing it out and other players could pick it up. Any ideas on what im doing wrong?
-
item
-
Events
- Unit - A unit Acquires an item
-
Conditions
- (Item-type of (Picked item)) Equal to Mech Suit Plans Part I
- (Owner of (Triggering unit)) Not equal to Player 15 (Turquoise)
-
Actions
- Set TempPoint1 = (Center of Mechsuit1 <gen>)
- Unit - Order (Triggering unit) to drop Mech Suit Plans Part I 0748 <gen> at TempPoint1
-
Events