I very much agree that Userdata is the best and easiest place to store enemy hp.
If you want a more fancy display for their hp bar, like above their heads, or a display of the most recent enemy that has attacked you or has been attacked, i know this is very possible in the sgdk environment.
Actually, i implemented the latter in this very rough and unfinished project here:
LINKRun the .EXE in the code folder.
the script is not in normal script, it is a compiled com object, but the source is included. it probably won't be very helpful if you don't have VB 6.0, but the .bas files where the source is located are readable with a text editor.
If you want a fancy display like that you have to get a little more complicated. You have to have a MaxHP and a currentHP for each monster. You then have to edit inventory and how they are displayed every time the monster losses hp (usually in the onspritecollide event).
If you have any question, or are totally confused, I can pull the correct snippets of code from the source and post them. (providing I have sufficient motivation tomorrow

) Should be enough to get you started.