I'm not 100% sure what you're asking since you didn't post your trigger, but maybe I can help anyway.
Player IDs in SC2 are literally just an integer. Player 1 is 1, Player 2 is 2, etc. Most likely what you want is a condition: (Triggering Player) == 1 (or whatever player you want).
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
@CrinklyMilk: Go
I'm not 100% sure what you're asking since you didn't post your trigger, but maybe I can help anyway. Player IDs in SC2 are literally just an integer. Player 1 is 1, Player 2 is 2, etc. Most likely what you want is a condition: (Triggering Player) == 1 (or whatever player you want).