Search found 2 matches
- Fri May 06, 2022 11:40 am
- Forum: Scripts & Packages
- Topic: Copy Color as BBCode
- Replies: 3
- Views: 215
Re: Copy Color as BBCode
Oh yeah I guess I was only thinking about my use case, oops. I've updated the script above to have two uniquely named functions. I did slightly modify the rgbToHex part as well. I tested it again real quick and it all seems to be normal. Thank you for the help!
- Thu May 05, 2022 3:23 am
- Forum: Scripts & Packages
- Topic: Copy Color as BBCode
- Replies: 3
- Views: 215
Copy Color as BBCode
This is probably a really small niche thing that won't apply to a lot of people, but I had to share it just in case it helps someone else out. I did not know _any_ Lua about a week ago, and I still don't know a lot. I found most of the code for this in the technical manual under addMouseEvent and mo...