// uc_t_prevok - Unit Creation V2 - Is it okay to show previous option
// By Deva Bryson Winblood.  04/10/2005
int StartingConditional()
{
    object oPC=GetPCSpeaker();
    int nUCBase=GetLocalInt(oPC,"nUCBase");
    if (nUCBase>0) return TRUE;
    return FALSE;
}