ID:2045196
 
Im trying to make a technique where you can jump into a cloned body and perform your techniques from that body but the problem is all the techniques are used from the original body how do i make it so the techniques fire from the new body?

You'd have to find where the technique has its location set and tell it to use a different location if you're not inside of your own body.

Since you programmed the system that sets the location you should have no problem finding and changing it. Unless of course you're not using your own code, then shame on you.
would it make sense to maybe use the client eye location and direction for the firing of techniques? or would that most likely not work
I'd imagine that when you "take control" of the clone some variable is changed to determine that you're controlling it, checking that variable in the place where techniques have their location set and changing the location based on that variable would be the route to take.