| 07-25-2004, 01:50 PM | #1 |
Heya I am having a problem with my Hero selection trigger in my map, the Trigger looks like this: Event: A unit enters Selecthero1 <gen> Condition: Triggering unit type equal to Character Selecter Actions: Unit - remove triggering unit from the game Pan camera to center of Starting Location <gen> over 0.00 seconds Unit - Create 1 Hero1 for triggering player at center of Starting Location <gen> facing default building degrees What happens when the Character Selecter enters Selecthero1 Region... the selecter is removed and absolutely nothing else happens, anyone see an error in this Trigger? Thank you |
| 07-25-2004, 02:03 PM | #2 |
This will fix it: Event: A unit enters Selecthero1 <gen> Condition: Entering unit type equal to Character Selecter Actions: Unit - remove Entering unit from the game Pan camera to center of Starting Location <gen> over 0.00 seconds Unit - Create 1 Hero1 for Owner of Entering unit at center of Starting Location <gen> facing default building degrees |
| 07-25-2004, 02:34 PM | #3 |
Yes the only problem with your trigger was the fact you did "triggering player" "triggering player" is a response for player chat strings. What you needed was "owner of triggering unit" That's the only real different between yours and 35263526's triggers. |
| 07-26-2004, 12:13 PM | #4 |
Aah that fixed it indeed Thank you kindly for the help both of you :) |
