What do you need this for? you´ve got the my and you pointer. You can use my.parent as well. If you need more then these pointer, use skills or vars:
my.skill30 = you; //skill30 is set to the handle wait(1); //you is set to null every frame you = my.skill30; //you points at the same entity as it did before the wait(1);