Advertisement
Parisito1234

Destiny 2 Rising Tide Tracker Testing

Nov 23rd, 2022 (edited)
1,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. b=a[4][1];
  2. c=a[9][1];
  3. bS = " ";
  4. cS = " ";
  5. for(var i=1;i < 11; i++) {
  6. i < parseInt(b)/10 ? bS += "▓" : bS += "░";
  7. i < parseInt(c)/10 ? cS += "▓" : cS += "░";
  8. }
  9.  
  10. "Rising Tides Event -- Step " + a[2][1] + " - " + bS + " " + b + " - Total: " + cS + " " + c + " -- " + a[10][0] + ": " + a[10][1] + " (" + a[11][1] + ") -- " + a[1][0] + ": " + a[1][1] + " -- https:\/\/eliksni.charity\/";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement