19 lines
467 B
Plaintext
19 lines
467 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName chk_persuade
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 13/3/2003 PM 8:10:41
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Perform skill checks
|
|
if(!(AutoDC(DC_HARD, SKILL_PERSUADE, GetPCSpeaker())))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|