19 lines
474 B
Plaintext
19 lines
474 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName zahl_persuade_sc
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/18/2002 11:14:35 AM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Perform skill checks
|
|
if(!(AutoDC(DC_MEDIUM, SKILL_PERSUADE, GetPCSpeaker())))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|