Staredit Network

Staredit Network -> UMS Assistance -> Simple Question
Report, edit, etc...Posted by Hackerck on 2006-09-16 at 23:11:51
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)
Report, edit, etc...Posted by xmrxsiegecopx on 2006-09-16 at 23:27:47
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.
Report, edit, etc...Posted by Falkoner on 2006-09-16 at 23:45:51
it's impossible if you have more than 1 player, all you can disable is comp players
Report, edit, etc...Posted by Hackerck on 2006-09-17 at 10:30:56
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?
Report, edit, etc...Posted by Falkoner on 2006-09-17 at 10:32:24
yes, it can, since the rescuable player isnt a human
Next Page (1)