//:://///////////////////////////////////////////// //:: FileName bjhasgp100 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/21/2002 10:56:04 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(GetGold(GetPCSpeaker()) < 100) return FALSE; return TRUE; }