How do you show leader board control for just 1 player, say my victory trigger is to own 30 hydralisks, and i wanna know how many hydralisks do i have right now. Its like the trigger in starcraft original, terran mission #1 (if u don't count tutorial as a mission)
Here's the trigger using StarForge's triggering synthax:
Trigger |
Description: |
Leaderboard |
|
Conditions: |
¤ Always(); |
Actions: |
¤ Comment("Leaderboard '# of 30 hydralisks to win.'");
|
¤ LeaderBoardControl(Hydralisk, "of 30 hydralisks to win.");
|
¤ LeaderBoardComputerPlayers(Disable); |
Leaderboards, however, will always show all human players. it's impossible if you have more than 1 player, all you can disable is comp players
well i am trying to make a after brood war scene, and i have 1 player, 1 rescuable, and 1 computer in that mission, can this trigger disable the rescuable player too?
yes, it can, since the rescuable player isnt a human