Wouldn't need to be an event, would just need to add a line or 2 to parser.cpp saying npcmob->GetHP().
Take a took in parser.cpp and embparser.cpp and you'll figure it out pretty easy.
Then just use the variable you set (eg $mobhp) and use it an in if statement.
if(($mobhp >= 2000) && $text=~/Hail/i){quest::say("I have over 2k HP!");}
|