ok so i think i figured it out, in the actions section if i change (triggering player) to (player 1) it works but that means im gunna have to make like 500 triggers lol, any idea why it does this?
Conditions
(Unit type of (Unit 1 from (Special Golem Selector units in Confirm Golem Area owned by player (Triggering player) matching Excluded: Missile, Dead, Hidden, with at most Any Amount))) == Special Golem Selector
Actions
Unit - Create 1 Mutalisk for player (Triggering player) at Spawn p1 using default facing (No Options)
simpler version only requires baneling to be in 1 location but when I move it there error comes up that says
parameter out of bounds 'sUnitCrete' (value=-1, min=0, max=15) so its trying to run but this is stopping it, any ideas?
Ok so this is basically what I want to happen, when baneling is in region 1 and another baneling is in region 2, then create 1 mutalisk at point 1 for triggering player... Everything ive tried does not work, this seems like it should be an easy trigger to run but i cant get it. Any help is appreciated.
Thanks, Dark
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Tried that and now it gives me the value 16 where max is only 15, I think this value is amount of players?
ok so i think i figured it out, in the actions section if i change (triggering player) to (player 1) it works but that means im gunna have to make like 500 triggers lol, any idea why it does this?
ok so this is what i have.
blah
Events Timer - Every 0.1 seconds of Game Time
Local Variables
Conditions (Unit type of (Unit 1 from (Special Golem Selector units in Confirm Golem Area owned by player (Triggering player) matching Excluded: Missile, Dead, Hidden, with at most Any Amount))) == Special Golem Selector
Actions Unit - Create 1 Mutalisk for player (Triggering player) at Spawn p1 using default facing (No Options)
simpler version only requires baneling to be in 1 location but when I move it there error comes up that says parameter out of bounds 'sUnitCrete' (value=-1, min=0, max=15) so its trying to run but this is stopping it, any ideas?
Ok so this is basically what I want to happen, when baneling is in region 1 and another baneling is in region 2, then create 1 mutalisk at point 1 for triggering player... Everything ive tried does not work, this seems like it should be an easy trigger to run but i cant get it. Any help is appreciated.
Thanks, Dark