Initial upload
Initial upload
This commit is contained in:
9
_module/nss/cs_canbuysand.nss
Normal file
9
_module/nss/cs_canbuysand.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "cs_misc_function"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
if (cs_CountItemInventory(oPC, "SANDSOFTIME") < 5) return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user