• 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.

Multi Instance

Status
Not open for further replies.
Level 3
Joined
Jan 3, 2005
Messages
24
Wondering if someone could give me the JASS Code(Hope this is the correct section to request this) for multi instance, for example, there is a casting unit which casts blizzard, and it creates a SFX, wondering how to make it MI. Just a basic outline should be enough, because i will need this for 3 of the 3 maps im currently working on atm. TY guys
 
Level 3
Joined
Jul 12, 2005
Messages
48
I think your confused on what exactly multi instanceability is. Multi instanceability is the ability to cast spells with more than 1 hero at the same time. Generally, the Easiest way to achieve multi instanceability is to use local variables. However local variables are only accessible through jass. *Note to self - Continue this post later*
 
Level 3
Joined
Jan 3, 2005
Messages
24
yes i dont know anything about JASS but am willing to learn in order to make my spells MI. If someone could give a simple example with explanations on how to make MI spells/triggers. I am not just looking for 2 units, one from a different team, but 2 units being able to cast the same spell regardless of whether they are both "Red" or if one is "Red" and other is "Blue". This is supposedely only achievable through the use of JASS and it is what i am trying to learn how to do.
 
Status
Not open for further replies.
Top