#include <Hooking.h> #include <ScriptHook.h> #include <script.h>
Here is a simple script that prints "Hello, World!" to the console:
void Main() { while (true) { Script::Yield(); console::Print("Hello, World!\n"); } }
To update/upgrade your existing version of WizTree, simply download and run the installer at the top of this page - you don't need to uninstall the older version first. If you're using the portable version, download the portable zip file above and unzip over your old WizTree files.
#include <Hooking.h> #include <ScriptHook.h> #include <script.h>
Here is a simple script that prints "Hello, World!" to the console:
void Main() { while (true) { Script::Yield(); console::Print("Hello, World!\n"); } }