16 lines
311 B
Plaintext
16 lines
311 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName hs_bluff_med
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Perform skill checks
|
||
|
if(!(AutoDC(DC_MEDIUM, SKILL_BLUFF, GetPCSpeaker())))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|