7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC=GetPCSpeaker();
|
|
if(GetLocalInt(oPC,"nBloodPool")>0&&GetCurrentHitPoints(oPC)!=GetMaxHitPoints(oPC)) return TRUE;
|
|
return FALSE;
|
|
}
|