17 lines
196 B
Plaintext
17 lines
196 B
Plaintext
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Perform skill checks
|
|
if(!(AutoDC(DC_HARD, SKILL_INTIMIDATE, GetPCSpeaker())))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
}
|
|
|