| Blockland Forums > Modification Help |
| eggscript -- torquescript extension (v0.2) |
| << < (2/3) > >> |
| PhantOS:
does the converter have the flexibility to convert any tokens or syntax into torquescript if you want or is it hard coded because ive wanted to make a visual scripting tool for blockland and it seems like a good library |
| Gytyyhgfffff:
most of the token definitions are in regex.py, i have no clue what you could do with this if you modify it. probably interpret any other scripting language, provided you write the correct expression classes n such |
| PhantOS:
sick |
| Gytyyhgfffff:
demo of vector operation parser i just made: thinking of having {...} escape out the operators for number calculations while in vector mode. for instance, if you need to calculate the velocity for something and want to do it all inline since its easier: %velocity = `%aimVector * {%muzzleVelocity - %speedModifier}`; |
| Gytyyhgfffff:
https://github.com/bansheerubber/eggscript/releases released v0.2. supports the vector expressions discussed earlier https://github.com/bansheerubber/eggscript/wiki/Extension-%7C-Vector-Operations |
| Navigation |
| Message Index |
| Next page |
| Previous page |