A very basic TagScript using blockly.
At the moment it is very buggy and incomplete. I still have several blocks to get the generator to work for. This means that not all blocks will work, and not all TagScript features have been added. Hopefully this can be fixed soon.
- Original TagScript
- TagScript Playground (runs on a different engine than the original tagscript)
- Carl-Bot Documentation (carl's tags is what I originally made this project for)
- Added various discord-related blocks. See carl's advanced tag usage
- commands
- embeds
- carl's variables
- action blocks
- Fixed color rgb
- Added plus/minus buttons to mutate the blocks
- Other bug fixes and ui improvements
- Force Blockly package for now
- Added custom
break
block. - Added copying functionality
- Fixed variables to be duplicated when generated
- Added reserved variable names.
- Fixed bug where statements attached to the bottom of another block wouldn't generate
- Fixed indentation bug and newline bug
- Added logic operator for
and
andany
. - Overwrote said block for how it's done in TagScript.
- Added
print
block
The very first release to this generator. Doesn't include much, but it's there.
- Initial Commit
- Autosave and autoload
- Several blocks, including text, math, logic, lists, variables and color can be used
- Custom args block.
- Overwrote some math, text, and list blocks to constrain it to how TagScript uses them.