As far as script wise? I'm not aware of a way to make a spell fire off instantly without creating a new copy & setting it to 0 cast time in the editor. However, in spell sets giving a spell a mana cost of -2 will make it instant cast I believe.
So, for scripting, if you need a spell to have a zero casting time, you will have to copy the spell you want to have no casting time, change the copies casting time and then use that new ID in your script.
Least this is the way I did it as I couldn't find accurate information to the contrary.
|