Nah lol, didn't even know you ramble xD, like I said, probs the face icon, dw you cool though :P
Oh, back on this matter, I kinda dropped dream maker...hard. I needed to destress before I did something stupid and in the end I kinda forgot about this. Short answer, no solution. I'll try out Yusuke's suggestion though.
I finally found the solution, I'll post it in case someone might be interested or if someone else intends to use my fusion snippet. Basically...
    var/mob/M=src
if(src.fusebody)
M=src.fusebody
if(src.fusebody.incontrol!=src) return

I added one of those to the move proc and when the fusedbody ran it, not being incontrol of itself Move() would be cancelled. A silly mishap in the end >_<
Page: 1 2