RATDOG/_module/nss/sc_019.nss

19 lines
459 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_019
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/13/2005 6:46:07 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_MEDIUM, SKILL_LORE, GetPCSpeaker())))
return FALSE;
return TRUE;
}