//:://///////////////////////////////////////////// //:: FileName wolftalk_get //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 23/07/2003 20:38:36 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "wolftalk") == 100)) return FALSE; return TRUE; }