NWNDS/nwn_dark_sun/bj_playtest2.nss
Jaysyn904 b01c5cc7db Added PnP Dire Rat.
Added PnP Dire Rat.
2021-07-21 17:48:43 -04:00

17 lines
514 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName bj_playtest2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/29/2002 2:55:42 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables to see if the dealer is playing a game currently
if(!(GetLocalInt(OBJECT_SELF, "nPlayingBlackJack") == 1))
return FALSE;
return TRUE;
}