generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload
This commit is contained in:
8
_mod/_module/nss/cv_grth_hbluff.nss
Normal file
8
_mod/_module/nss/cv_grth_hbluff.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC=GetPCSpeaker();
|
||||
int nQuest=GetLocalInt(oPC,"nGrubbinsQuest");
|
||||
int nBluff=GetSkillRank(SKILL_BLUFF,oPC);
|
||||
if (nQuest==1&&nBluff>0) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user