int StartingConditional()
{
    object oPC = GetPCSpeaker();
    if(GetLocalInt(oPC, "HousePrice") == 0) return TRUE;
    return FALSE;
}