generated from Jaysyn/ModuleTemplate
18 lines
481 B
Plaintext
18 lines
481 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sigil_lore
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 5/7/2008 2:35:47 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
// Perform skill checks
|
|
if(!(AutoDC(DC_MEDIUM, SKILL_LORE, GetPCSpeaker())))
|
|
return FALSE;
|
|
|
|
else
|
|
return TRUE;
|
|
} |