Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
14
nwn_dark_sun/ka_preludechk1.nss
Normal file
14
nwn_dark_sun/ka_preludechk1.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
int nInt;
|
||||
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYThePrelude");
|
||||
|
||||
if (!(nInt >= 1))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user