...or you can use the you - pointer that will set by many events (EVENT_IMPACT).
you.skill1 -=10; // if the bullet collidies with a Entity, reduce his skill1

or if you make a define:
#define health skill1
you.health -=10;

Last edited by Widi; 05/08/10 17:14.