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