//:://///////////////////////////////////////////// //:: FileName ayla_persuade2 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/26/2003 2:47:46 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Perform skill checks if(!(AutoDC(DC_EASY, SKILL_PERSUADE, GetPCSpeaker()))) return FALSE; return TRUE; }