//:://///////////////////////////////////////////// //:: FileName fv_shop_conv3 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 12/2/2003 6:43:35 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Perform skill checks if(!(AutoDC(DC_HARD, SKILL_PERSUADE, GetPCSpeaker()))) return FALSE; return TRUE; }