Hi everyone!
After a Long time (since A7) i started again with some Game programming. But i have Trouble getting entity-skills to work :-(

#define HEALTH skill01

....
Action plmove()
{
player = me;
my.HEALTH = 100;
....
}


No script Errors but it doesn`t work, there is no Haelth at all! Whats wrong??