Author Topic: Clan Tag Score?  (Read 992 times)

Can someone make a script that shows your score as your Clan Tag Prefix Such as:

Player Killed ThisGuy

(1) Player: Hah i totally Owned you.

Also after a certain amount you get another clan prefix with a title

(Noob) (100) Player: Hey Im Not A Noob D:?



an easy way would to make a loop to change their tag based on score i guess, every second or so

an easy way would to make a loop to change their tag based on score i guess, every second or so
Would it be possible to change it instantly?

with an instant loop, i'm not sure if there's an input from a kill, although there probably is, to inc the score
maybe the onkill or onkilled event might have the input from the minigame event set

package ondeath

 function GameConnection::OnDeath(%this, %sourceObject, %sourceClient, %damageType, %damLoc)

figure out which is the other player (i think it is source client)  and, add a variable holding their score, to their name if there isn't an existing one.