19 lines
470 B
Plaintext
19 lines
470 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_intimid_n
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 2/1/2004 1:35:48 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Perform skill checks
|
|
if(!(AutoDC(DC_MEDIUM, SKILL_INTIMIDATE, GetPCSpeaker())))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|