Jaysyn904 defc8f9f6d Re-uploaded instead of migrated
Re-uploaded instead of migrated.
2024-08-03 15:05:13 -04:00

8 lines
139 B
Plaintext

int StartingConditional()
{
if (!(GetCurrentHitPoints(GetObjectByTag("orc_prisoner")) > 0))
return FALSE;
return TRUE;
}