//:://///////////////////////////////////////////// //:: FileName sc_aldo_persuade //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/20/2002 1:19:01 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Perform skill checks if(!(AutoDC(DC_MEDIUM, SKILL_OPEN_LOCK, GetPCSpeaker()))) return FALSE; return TRUE; }