Staredit Network

Staredit Network -> UMS Assistance -> leaderboard
Report, edit, etc...Posted by flipmonkey on 2006-04-13 at 00:00:29
Can u make two leaderboards show up with out waits. I tried using switches and counter but nothing is showing up. Just the first leaderbaord. Also its hard for me to test it out my self since u got grounded which yay sucks lol. I can reply back easily at school, so can sum one help me.
Report, edit, etc...Posted by Electroid on 2006-04-13 at 01:45:56
Why don't you want the "Wait" triggers? Is it because they are stopping your other triggers from executing? Try using a timer for another player, and with the use of switches, you can easily toggle the leaderboard.

- - - TRIGGER 1 - - -

PLAYERS:
Player 8 Computer
CONDITIONS:
Switch 1 is Set
ACTIONS
Clear Switch 1
Wait for 10000
Set Switch 1
Preserve Trigger

- - - TRIGGER 2 - - -

PLAYERS:
Human Players
CONDITIONS:
Switch 1 is Set
ACTIONS:
Toggle Switch 2
Preserve Trigger

- - - TRIGGER 3 - - -

PLAYERS:
Human Players
CONDITIONS:
Switch 2 is Set
ACTIONS:
Show Leaderboard [1]
Preserve Trigger

- - - TRIGGER 4 - - -

PLAYERS:
Human Players
CONDITIONS:
Switch 2 is Clear
ACTIONS:
Show Leaderboard [2]
Preserve Trigger
Report, edit, etc...Posted by JaFF on 2006-04-13 at 11:37:24
you can't have 2 leaderboards shown at the same time. to switch between them, you can use the deathcounter. (about 12 deaths=1 second)
Report, edit, etc...Posted by flipmonkey on 2006-04-13 at 15:31:56
the reason why i cant use waits it beacuse its interferring with the other triggers for each player

i've tried deathcounter and the switches but it always shows the first board, never the second one. THe doesnt disable the first board to allow it to show the other one.
Report, edit, etc...Posted by XMercury on 2006-04-13 at 15:54:41
OMG Are you blind???

Electroid has fully explained how to solve that problem.
Report, edit, etc...Posted by flipmonkey on 2006-04-13 at 16:31:48
the wait trigger is going to delay sum other trigger the player has. Each player has at least 1 wait trigger active. I cant have it delay it.
Next Page (1)