Recent content by Farban

  1. F

    Way to store custom values ?

    Hi I have custom values such as toughness, weapon skill that I need to store for each unit. The unit health and energy vitals are already used so I cant use them. What can I use to store custom values and attach them to a unit? So similar to a multidimensional array eg array(unit =>...
  2. F

    Units have action meter

    Just like a number cost. So at the start of a turn the unit is assigned a action value, say 100, and then this is deducted every time the unit moves. So for every step the unit moves 1 point is deducted from the action total, if the unit attacks once then 10 points is removed. Until the unit can...
  3. F

    Units have action meter

    Hello I am making a Mod using the Starcraft 2 editor. The mod is bascially turning the real time stragedy element of Starcraft 2 into a turn based stragdy game. One part of this will involve a action cost for each unit as they move/ attack etc. A unit moves their action cost decreases. The...
Top