4.0.1.13164
How I checked my player is dead or not ?
I checked the player's HP = 0 to check my player was dead
but sometimes when my player is dead , the hp was not 0
and now I used
dead = [[playerbase+0x100]+0x44]
bitand(dead,0x800)
if 0x800 then the player is dead
but sometimes it return 0x800 and player was not dead
SO ...
How to check the player is dead?