//::///////////////////////////////////////////////
//:: FileName isuser
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/26/2008 8:41:24 PM
//:://////////////////////////////////////////////
int StartingConditional()
{

    // Inspect local variables
    if(!(GetLocalInt(GetPCSpeaker(), "NUSER") == 1))
        return FALSE;

    return TRUE;
}