Help making MUI spells

ccsdude

New Member
Reaction score
2
What are ways to make spells MUI... I allready know that it can be done by making every variable an array like... "caster[cv] = triggering unit" and so on and every time a new trigger start +1 to the cv count... but what if you are using arrays allready.

I would like to know other ways to make spells MUI.

Thx
 

Dirac

22710180
Reaction score
147
When using arrays inside of arrays (yep sounds weird) the MUI kind off losses its effect. Why? because now the max number of units that are able to cast the ability at the same time is reduced dramatically.

Example:
Set CV = CV + 1
If CV greater or equal than 60
then CV = 1

For each integer A from 1 to ((CVx100)-99)
Set Variable [integer A] = Value

So, if CV is 1 the variable goes from 1 to 100, if its 2 then it goes from 201 to 300 and so on.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top