Scripter
Write JavaScript scripts in your Virt-A-Mate scenes!
The tokenizer, abstract syntax tree parser and the runtime has been written from the ground up to run in Virt-A-Mate with high performance and minimal memory allocations (it's not as good as native C# code, but it's more than enough for the vast majority of cases).
Write JavaScript scripts in your Virt-A-Mate scenes!
- Create and invoke triggers (float params, actions, etc.)
- Write maths, conditions, loops
- Run scripts on every frame
- Create custom Keybindings commands
Check out the documentation! |
The tokenizer, abstract syntax tree parser and the runtime has been written from the ground up to run in Virt-A-Mate with high performance and minimal memory allocations (it's not as good as native C# code, but it's more than enough for the vast majority of cases).