im doing this rpg thing and everytime i use hyper triggers with a custom score thing on the leader board it always messes up. i think this trigger is messing it up.
conditions:
always
actions:
set kill score to 0
wait 500 ms
preserve trigger
it works sometimes but doesnt get all the kills.
Your going to have to be alot more specific than that.
How does it mess up?
What are your custom score triggers?
What player owns your triggers?
But as a quick guess and check it might be simple wait blocked caused by the hyper trigger. So make sure your hyper trigger is owned by a player with no other triggers or that it is at the end of the trigger list (delete it and remake it)
Also it wouldn't hurt to attach the map.
This custom board i use for RPGS:
Custom Score Board:
Conditions:
- Current Player kills score atleast X
- Current Player kills score atmost X
Actions:
- Modify score for current player subtract X kills
- Modify score for current player add x custom score
- Preserve Trigger
you dont need 500 wait behind score board unless your switching it between stuff like so:
Conditions:
- Always
Actions:
- Show leader board for most Custom Score: Display label: Word
- Wait 5000
- Show leader board for most razings: Display label: Word
- Wait 5000
- Preserve Trigger
So on but doing this you need give to player without waits same as hyper due to fact sometimes mess up timing in maps or stops stuff.