//:://///////////////////////////////////////////// //:: FileName sc_freesex //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/17/2002 9:17:15 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Perform skill checks if(!(AutoDC(DC_HARD, SKILL_PERSUADE, GetPCSpeaker()))) return FALSE; return TRUE; }