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