Careful how you implement it. See Lightbulb's comment about looping things
due to prompts here. Else you'll spam starsign to the mud.
The check for your hitpoints should be:
#IF ((@HpVar*100/@MHPVar) <= 25) {
#NOOP More needed here than starsign see reference above
}
Ton Diening