• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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