• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Easy one, plz help

Status
Not open for further replies.
Level 25
Joined
Mar 23, 2008
Messages
1,813
Well this is weird, i have never got this problem before... But anyways, i want one player to be computer from the beginning. I have done like on the picture, but players can still be teal? What have i done wrong?:/
_________________________
Edit: i mean pink, not teal.
 

Attachments

  • easy one.JPG
    easy one.JPG
    312.6 KB · Views: 190
Level 25
Joined
Mar 23, 2008
Messages
1,813
Well heres one question, now that they are "fixed player", They come up on my Leaderboard, but i only want the Players/Users show there, can someone tell me how to make only the users show? Heres my Leaderboard trigger atm:
  • Events
    • Time - Elapsed game time is 0.01 seconds
  • Actions
    • Leaderboard - Create a leaderboard for (All players) titled Pigs Builded
    • Player Group - Pick every player in (All players) and do (Actions)
      • Loop - Actions
        • Leaderboard - Add (Picked player) to (Last created leaderboard) with label (Name of (Picked player)) and value 0
    • Leaderboard - Show (Last created leaderboard)
    • Leaderboard - Sort (Last created leaderboard) by Value in Ascending order
And the counting:
  • Events
    • Unit - A unit Begins construction
  • Conditions
    • (Unit-type of (Constructing structure)) Equal to Pig
  • Actions
    • Set Pig[(Player number of (Owner of (Constructing structure)))] = ((Pig[(Player number of (Owner of (Constructing structure)))] + 1) + 0)
    • Leaderboard - Change the value for (Owner of (Constructing structure)) in (Last created leaderboard) to Pig[(Player number of (Owner of (Constructing structure)))]
 
Level 3
Joined
Jun 1, 2005
Messages
42
  • Leaderboard
  • Actions
    • If (player 1 (Red) slot status) Equal is playing) then do (Leaderboard - Add Player 1 (Red) to LEADERBOARD with label (Name of (triggering player)) and value 0
hows that?
 
Level 3
Joined
Jun 1, 2005
Messages
42
  • Leaderboard
  • Actions
    • If (All Conditions are True) then do (Then Actions) else do (else Actions)
      • If - Conditions
        • Player 1 (Red) slot status) Equal to is playing
        • Player 1 (Red) controller) Not equal to Computer
      • Then - Actions
        • Leaderboard - Add Player 1 (Red) to LEADERBOARD with label (Name of (triggering player)) and value 0
      • Else - Actions
        • Do nothing
It does now :p
 
Status
Not open for further replies.
Top