Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
17
_module/nss/en4_dmbluff1.nss
Normal file
17
_module/nss/en4_dmbluff1.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
object oPC;
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
|
||||
if (GetSkillRank(SKILL_BLUFF,oPC) > 6)
|
||||
iResult = TRUE;
|
||||
|
||||
if (GetLocalInt(oPC,"DMerchantBluff") ==1)
|
||||
iResult = FALSE;
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user