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