//:://///////////////////////////////////////////// //:: FileName zm_lowreward //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 6/28/2002 3:39:19 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "LowReward") == 0)) return FALSE; return TRUE; }