reading the description, I'd think possession is just charm, mind drive is just blink or something with unlimitted range, and destiny bond is thorns aura... am I wrong?
i can make possesion, mind drive and destiny bond by my self non triggered and actually the special effects is annoying if not the do that i can see my ability being cast[/img][/code]
Sorry i couldnt be a bit more specific(ran outta space to type). What i meant was that its JASS(I guess you can call it that)is screwed up a bit because if i remove teh ForLoopIndexA thing, i cant multiply by it anymore, as in my script. Another thing is Psycho Destructor hurts allies too.
when you say don't know how to fix for the destructo one.. what exactly do u mean.. what are u having problems with?
Edit: I think your talking about the loop for integer A.. and ya.. JASS has its own little method to deal with loops and that is obviously converted from GUI and looks kind of fuzzy being put there in the map.. but you can replace it pretty easy by using 2 locals.. one is set to 1 the other set to 5.. they do the same thing mostly as in the case as how they function for the loop but they get rid of the loopintegera thing in some of the actions in the loop by using From (local 1) to (local 2). I'm not that great at JASS but thats my guess at fixing ur loop problem...