you could do something like this:
Code:
ENTITY youTarget = you;
while(c_trace(my.x,your.x,IGNORE_ME | IGNORE_YOU))
{
        //Now you is you the object that was hit

//Do with you what you want

        //Now you is you the old you pointer
        you = youTarget;
}




Visit my site: www.masterq32.de