Ryan6578 / Codewords

A LUA script for Codewords on Tabletop Simulator for Steam.
https://ryan6578.com
GNU General Public License v3.0
28 stars 16 forks source link

Minor changes #55

Closed tjakubo closed 5 years ago

tjakubo commented 5 years ago

Hey, I've made some code updates (no functionality changes) when I was testing my fork, mostly stuff that was added to the API over the time. Submitting the minor ones here to look over, you may find something useful. Cheers!

tjakubo commented 5 years ago

That's because they shouldn't be encoded as strings inside the JSON at all (that's uneccesary). If you're applying the changes on an existing table that has some save state (that was created using previous version of script), it will break because save data is not compatible. Try clearing it first :)