NWNDS/nwnds_module/bj_playtest.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

17 lines
518 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}