Go to Online Tutorial at the top left of the screen-workshop 11
You need to declare an ENTITY* ,say traveller

ENTITY* traveller;

then in your action somewhere

action traveller_with_pointer()
{
traveller = me;
etc...
}


Then use traveller.x in your function