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