//:://///////////////////////////////////////////// //:: FileName henchbuff1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 7/5/2002 10:29:59 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "BuffedUp") == 1)) return FALSE; return TRUE; }