Hi all:
I'm new here, so please don't freak out if this seems like a stupid question, but is there somewhere that lists all the commands I can write in an NVGT script? For example, the wait function that tells the engine to wait x amount of milliseconds, or the play function that plays a sound depending on other inputs? Also, how does one format each command is another thing I'd like to learn about. Again, sorry if this seems ridiculous, but hopefully someone can help.
Hi there,
You can dump the engine config, though the format isn't the most beginner-friendly. Can you clarify your second question? What do you mean by formatting? If you mean like formatting strings, you can do something like "%0 %1 %2 %3... %xx".format(arg1, arg2, arg3, arg4, arg5, ...)
.