Lankhmar_PRC8/_module/nss/craft_armr_check.nss

19 lines
491 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
//::///////////////////////////////////////////////
//:: FileName sc_aldo_persuade
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/20/2002 1:19:01 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_MEDIUM, SKILL_CRAFT_ARMOR, GetPCSpeaker())))
return FALSE;
return TRUE;
}