//:://///////////////////////////////////////////// //:: FileName sc_007 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/3/2005 5:48:13 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Perform skill checks if(!(AutoDC(DC_MEDIUM, SKILL_LORE, GetPCSpeaker()))) return FALSE; return TRUE; }