Jaysyn904 defc8f9f6d Re-uploaded instead of migrated
Re-uploaded instead of migrated.
2024-08-03 15:05:13 -04:00

19 lines
460 B
Plaintext

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