Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
18
nwn_dark_sun/sc_isfirsttalk.nss
Normal file
18
nwn_dark_sun/sc_isfirsttalk.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName sc_isfirsttalk
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 7/27/02 11:23:36 AM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Inspect local variables
|
||||
if(!(GetLocalInt(GetPCSpeaker(), "DydrinaFirstTimeTalked") == 0))
|
||||
return FALSE;
|
||||
if(GetHitDice(GetPCSpeaker()) > 12)
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user