• 0

    posted a message on Math Required: Move unit in a circle around chosen point

    Do you want to have a unit move using its own movement or have it slide using triggers?

    Posted in: Triggers
  • 0

    posted a message on Setting a unit to a variable ?

    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.

    Posted in: Triggers
  • To post a comment, please or register a new account.