UW2_PRC8/_module/nss/xp_sc_100k.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

13 lines
208 B
Plaintext

#include "aps_include"
int StartingConditional()
{
object oPC = GetPCSpeaker();
string sCDKey = GetPCPublicCDKey( oPC);
if (!GetPersistentInt(oPC, sCDKey, "pwdata") > 100000) return FALSE;
return TRUE;
}