Oct 17, 2013

Iwagakure Building Pack


This pack includes:
- Tsuchikage House
- Two different house types with four colors variation each
- A Ninja Academy
- A bridge
- Labels to put on front of houses

Click here to download.

Oct 15, 2013

vJASS for mules #9: Scopes and libraries


In the previous lesson, we talked about struct scopes. It's not just for define a scope for structs, but it also affects the order the program is executed.

vJASS for mules #8: Visibility

Variables, methods and structs can have two kinds of visibility: Public and private

Oct 11, 2013

vJASS for mules #7: Scope

Scope
In the previous lesson, we talked about that strange keyword: "static". What the hell is it?

vJASS for mules #6: Structs

You already know that there are several types in vJASS: Integers, reals, strings, booleans... It's also already been said we can create our own types. That's what structs are for.