13 lines
162 B
Plaintext
13 lines
162 B
Plaintext
|
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Perform skill checks
|
||
|
if(!(AutoDC(DC_EASY, SKILL_PERSUADE, GetPCSpeaker())))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|