Lankhmar_PRC8/_module/nss/lore_check.nss
Jaysyn904 ebc0c6a9b2 Initial commit
Initial commit [v9.7]
2025-04-03 12:54:47 -04:00

24 lines
538 B
Plaintext

//::///////////////////////////////////////////////
//:: 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_LORE, GetPCSpeaker())))
return FALSE;
return TRUE;
object oPC = GetPCSpeaker();
AdjustAlignment(oPC, ALIGNMENT_EVIL, 25);
}