Code: Select all
script 395 ENTER
{
while (!hpdie){
int hppick = UniqueTID;
if (PickActor(0,GetActorAngle(0),GetActorPitch(0),768.00,hppick )){
SetFont("BIGFONT");
HudMessage(s:GetActorClass(hppick), s: "\n", d:GetActorProperty(hppick,APROP_Health), s:"/", d:GetActorProperty(hppick, APROP_SpawnHealth); HUDMSG_PLAIN,1,CR_GRAY,1.5,0.2,1873,3192,256);
}
Thing_ChangeTID(hppick,0);
delay (1);
}
delay(1);
}
