Guest User

Untitled

a guest
Apr 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. bwl.gui.functions.rouletteWindowStats =
  2. function()
  3.     local output = "\n\nStats:\nWins: " .. bwl.tracking.roulette.totalWins
  4.     rouletteWindowStats:echo(output, "yellow", "cb")
  5. end
  6.  
  7. bwl.gui.functions.rouletteWindowStats()
Add Comment
Please, Sign In to add comment