LordsKing
Active member
Hello
I would to create a variable for my addOn !
But I don't know how to do it
My variable will be : $user.elite_level
And the function elite_level will be the number of trophy points !
I'll explain :
If the user has 210 trophy points, and the elite level 4 is at 200 trophy points, In the user member card it will be show : Elite : 4
So the code for show this in the member card is :
If you don't understand please report it in comment
Bye
I would to create a variable for my addOn !
But I don't know how to do it
My variable will be : $user.elite_level
And the function elite_level will be the number of trophy points !
I'll explain :
If the user has 210 trophy points, and the elite level 4 is at 200 trophy points, In the user member card it will be show : Elite : 4
So the code for show this in the member card is :
HTML:
<dt>Elite:</dt> <dd>{$user.elite_level}</dd>
If you don't understand please report it in comment
Bye