//:://///////////////////////////////////////////// //:: FileName deronsafeintchk //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 1 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "deronsafe") == 1)) return FALSE; return TRUE; }