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