Overview
Overview of the Vext Scripting Language.
Vext is a scripting language designed to be used with VtubersTV. It acts as a way to extend the functionality of VtubersTV and to allow for more complex interactions. For example, you can use Vext to create plugins that interact with the VtubersTV API to automate tasks.
Vext is translated into JavaScript, so it is a superset of JavaScript. This allows for a lot of flexibility, but also means that Vext is not a compiled language.
For example, the following Vext code:
example.vs
Is translated into the following JavaScript:
example.js
You can learn more about the Vext language by reading the language reference.