You would need to define an entity pointer, then assign that pointer to your object.

#ENTITY* Player;

then assign the pointer to the object inside it's action

Player = me;

now you can access Player.health, Player.skill[number], ect


A8 com / A7 free