Nelman Jay Louie Vasquez

185
reputation
2
12

Game Developer (I guess) and I love Warcraft III.

private struct Zinc[] {
    private static method onInit() {
        /*
        *    This is a way to create a .txt file in
        *    Warcraft III.
        */
        PreloadGenClear();
        PreloadGenStart();
        Preload("Hello, Zinc Language.");
        PreloadGenEnd("Output//Sample.txt");
    }
}