Feel free! I'm always happy to see someone getting use out my stuff. :smile: One note, after looking over it a bit more: you're better off not rounding until you apply the steps, it really s… (View Post)
I'm apparently late to the party, but I'd love this. I don't mind RNG, but it feels awkward when it's the only way to get something and in a game whose primary monetization isn't lootboxes or somethi… (View Post)
Ooo, awesome! That makes me want to be a bard while group bashing a lot more, since I sometimes think they hand out whips in the intro now. Also, I really don't envy the admin who change thi… (View Post)
local blue = math.min((b_step * step) + rgb1[3], 255) gradient[step + 1] = {red, green, blue} end end local colored_text = "" for pos, color in … (View Post)