//:://///////////////////////////////////////////// //:: FileName fairygetvar1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 28/03/2004 17:45:21 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "fairyspoke") == 1)) return FALSE; return TRUE; }