//:://///////////////////////////////////////////// //:: FileName sc_checkmed //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/18/2002 1:17:04 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Perform skill checks if(!(AutoDC(DC_MEDIUM, SKILL_PERSUADE, GetPCSpeaker()))) return FALSE; return TRUE; }