This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Like : Level1_unit = Zealot
so i can use it in actions like : Create 1 Level1_unit for player 5
would make everything ... 30 times easyer
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.
Thanx alot :)
Like : Level1_unit = Zealot
so i can use it in actions like : Create 1 Level1_unit for player 5
would make everything ... 30 times easyer
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.
Thanx alot :)