Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
17
nwn_dark_sun/sc_elinikqcheck3.nss
Normal file
17
nwn_dark_sun/sc_elinikqcheck3.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName sc_elinikcheck2
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 9/10/2002 12:40:23 AM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Inspect local variables
|
||||
if(!(GetLocalInt(GetPCSpeaker(), "NW_JOURNAL_ENTRY" + "jt_unearthed") == 3))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
|
||||
}
|
Reference in New Issue
Block a user