RATDOG/_module/nss/statuedwarfscrip.nss

19 lines
467 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName statuedwarfscrip
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/14/2005 8:11:30 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_EASY, SKILL_LORE, GetPCSpeaker())))
return FALSE;
return TRUE;
}