AlferZep

paste

Feb 23rd, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. $nomention
  2. $var[user;$findUser[$message]]
  3. $var[name;$username[$var[user]]]
  4. $var[bio;$getVar[profileBio;$var[user]]]
  5. $var[level;$getVar[level;$var[user]]]
  6. $var[exp;$getVar[exp;$var[user]]]
  7. $var[maxEXP;$getVar[maxEXP;$var[user]]]
  8. $var[money;$getVar[Money;$var[user]]]
  9. $var[bank;$getVar[Bank;$var[user]]]
  10. $var[maxBank;$getVar[maxBank;$var[user]]]
  11. $enableDecimals[yes]
  12. $var[exp%;$multi[$round[$calculate[$var[exp].0/$var[maxEXP].0];2];100]]
  13. $var[bank%;$multi[$round[$calculate[$var[bank].0/$var[maxBank].0];2];100]]
  14. $enableDecimals[no]
  15.  
  16. $title[$var[name]'s profile]
  17. $description["$var[bio]"]
  18. $addField[Progress;Level: $getVar[level;$var[user]]
  19. $round[$var[exp%];0]/100;yes]
  20. $addField[Balance;Money: $numberSeparator[$var[money]]
  21. Safe: $numberSeparator[$var[bank]]/$numberSeparator[$var[maxBank]] `($var[bank%]%)`
  22. Worth: $numberSeparator[$sum[$var[money];$var[bank]]];yes]
  23.  
  24. $addButton[no;userProfile $authorID;Profile;primary;yes;]
  25. $addButton[no;userInfo $authorID;Info;primary;no;]
  26. $addButton[yes;setProfileBio $authorID;Set Bio;secondary;no;]
  27.  
  28.  
  29.  
  30.  
  31.  
Advertisement
Add Comment
Please, Sign In to add comment