Ok ! How can i show the health in the game by number .
and it's health code .is it correct ?

define health,skill1;
action player ()
{
player=my;
my.health=100;
if(my.health<=0)
{
game_load(...)
...
}