Files
RoT2_PRC8/src/module/nss/cb_chklvl1.nss
Jaysyn904 ab2fc1d732 Added PEPS AI
Added PEPS AI.
Full compile.
Reorganized repository.
2025-07-28 12:49:34 -04:00

10 lines
119 B
Plaintext

int StartingConditional()
{
object oPC = GetPCSpeaker();
if (!(GetHitDice(oPC) <= 1)) return FALSE;
return TRUE;
}