Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/intimidate_check.nss
Normal file
8
_module/nss/intimidate_check.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "quest_inc"
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nDC = GetAdjustedSkillDC(oPC);
|
||||
if (GetIsSkillSuccessful(oPC, SKILL_INTIMIDATE, nDC)) return TRUE;
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user