• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] Unit Indexer and MUI Spells

Status
Not open for further replies.
Level 20
Joined
Apr 14, 2012
Messages
2,901
Hello :)

I was wondering. In my experience, when creating MUI spells, the variables concerned with the instance and the caster are indexed into arrays, which stores the total number of instances and the currently active ones, and then there is recycling inactive instances. These variables, like for example, Spell_Caster[currentindex] are then handled like this, so it is not confused with other simultaneous casters. But if I use a unit indexer and give all the possible casters custom values, then if I call the caster like this: Spell_Caster[CustomUnitIndexValue], would it still be MUI?

TIA!
 
Status
Not open for further replies.
Top