I want to learn NVGT. Is there any tutorial or something else available besides the documentation?
Hello.
You could use some of the bgt documentation for logic, or search online to learn things such as arrays, strings, conditional statements, functions, classes, and then try to apply it to nvgt.
Hi,
First I'd like to apologize for the lacking documentation in NVGT, though unfortunately I think it'll still be a while, this will not be a permanent problem.
In the meantime there is something else that can be helpful, it is a generate_engine_dump script that can output all registered classes and functions in a useful, organized format. They are of course undocumented, but the function signatures and class structures themselves can be vastly helpful if the language's syntax is understood.