int StartingConditional()
{
object oPC = GetPCSpeaker();

if (!(GetLocalInt(oPC, "for_statueint") == 0)) return FALSE;

return TRUE;
}