//:://///////////////////////////////////////////// //:: FileName bluff_med //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 5/4/2008 2:58:56 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Perform skill checks if(!(AutoDC(DC_MEDIUM, SKILL_BLUFF, GetPCSpeaker()))) return FALSE; return TRUE; }