RATDOG/_module/nss/sc_025.nss

19 lines
459 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_025
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/15/2005 4:47:48 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_HARD, SKILL_SEARCH, GetPCSpeaker())))
return FALSE;
return TRUE;
}