//:://///////////////////////////////////////////// //:: FileName fount_off //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 5/12/2004 3:06:19 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetModule(), "fountain_state") != 1)) return FALSE; return TRUE; }