RoT2_PRC8/_module/nss/cs_canbuysand.nss

10 lines
179 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
#include "cs_misc_function"
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (cs_CountItemInventory(oPC, "SANDSOFTIME") < 5) return TRUE;
return FALSE;
}