//::///////////////////////////////////////////////
//:: FileName sc_035
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/8/2007 5:37:23 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"

int StartingConditional()
{
    object oPC = GetPCSpeaker();
    // Make sure the PC speaker has these items in their inventory
    if (GetGold(oPC) >= 1000000)
        return FALSE;

    return TRUE;
}