wait does this thing work correctly for when:
player collides with enemy
and
player outside layout
if it isnt both that could because the order of actions in the event sheet arnt the same
for the outside the layout one -
you subtracted from hp then reset global vars
that wont affect the hp at all
but for the colliding with enemies -
you reset global vars then subtracted from hp
that will affect the hp
does this help or did u say only the score doesnt work?