Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
16
nwn_dark_sun/bj_playtest.nss
Normal file
16
nwn_dark_sun/bj_playtest.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName bj_playtest
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 7/29/2002 2:54:00 PM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Inspect local variables to see if the Dealer is playing black jack currently.
|
||||
if(!(GetLocalInt(OBJECT_SELF, "nPlayingBlackJack") != 1))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user