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