This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
0
Do you want to have a unit move using its own movement or have it slide using triggers?
Step 1: Create a Global Variable called Unit types.
Step 2: Set the Variable type to Unit Type
Step 3: Tick the Array Box and set the first Size box to <the number of levels you have>
Step 4: Create a Global Variable called Level (you can leave the type as integer)
Step 5: Add Variable - Set Unit types[0] = Zealot
Step 6: Add Unit - Create 1 Unit types[Level] for player 5
Then to change the level simply Set the Level Variable.
0
Do you want to have a unit move using its own movement or have it slide using triggers?
0
Step 1: Create a Global Variable called Unit types.
Step 2: Set the Variable type to Unit Type
Step 3: Tick the Array Box and set the first Size box to <the number of levels you have>
Step 4: Create a Global Variable called Level (you can leave the type as integer)
Step 5: Add Variable - Set Unit types[0] = Zealot
Step 6: Add Unit - Create 1 Unit types[Level] for player 5
Then to change the level simply Set the Level Variable.