Mostly I was just looking for an excuse to get rid of the anti-greeting ;-)
changes:
Removed previous pieHere comments, new comments marked with pieHere
Added endLoop() to a couple of spots where it should have previously been
Added the ability to fully utilize scryfall search functions, encoding special characters, cumulatively allowing to use spaces () sets, scryfall-regex when searching. Should be able to copy any search from scryfall.com and paste it into TTS and it will get the same cards.
PS: I tried using string.unicode(char) and string.format(%X,char) to replace the special chars but it just wasn't working for some searches, not sure why.. cuz I'm nub is why
Mostly I was just looking for an excuse to get rid of the anti-greeting ;-)
changes:
PS: I tried using string.unicode(char) and string.format(%X,char) to replace the special chars but it just wasn't working for some searches, not sure why.. cuz I'm nub is why