HiddenTradition_PRC8/_module/nss/sc_test_lore_med.nss
2024-06-20 15:47:42 -04:00

19 lines
469 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_test_lore_med
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/21/2003 6:55:40 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_MEDIUM, SKILL_LORE, GetPCSpeaker())))
return FALSE;
return TRUE;
}