Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
13
nwnds_module/ka_didbook.nss
Normal file
13
nwnds_module/ka_didbook.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
int nInt;
|
||||
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYSageAdvice");
|
||||
|
||||
if (!(nInt >= 1))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user