Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
10
nwn_dark_sun/sc_traabiqcheck4.nss
Normal file
10
nwn_dark_sun/sc_traabiqcheck4.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Inspect local variables
|
||||
if(!(GetLocalInt(GetPCSpeaker(), "NW_JOURNAL_ENTRY" + "jt_traabislotus") == 4))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user