19 lines
461 B
Plaintext
19 lines
461 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_031
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/20/2005 10:19:47 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Perform skill checks
|
|
if(!(AutoDC(DC_MEDIUM, SKILL_BLUFF, GetPCSpeaker())))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|