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

10 lines
179 B
Plaintext

#include "cs_misc_function"
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (cs_CountItemInventory(oPC, "SANDSOFTIME") < 5) return TRUE;
return FALSE;
}