Initial commit
Initial commit [v9.7]
This commit is contained in:
11
_module/nss/intimidatecheck.nss
Normal file
11
_module/nss/intimidatecheck.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Perform skill checks
|
||||
if(!(AutoDC(DC_MEDIUM, SKILL_INTIMIDATE, GetPCSpeaker())))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user