There are 100 Variables at each entity named "skills". You can hold these variables like health,exp,weapon,etc by using them.

Example:
Code:
my.skill1 = 10;


or:
Code:
#define health skill1

...

my.health = 10;