PWE_PRC8/_module/nss/bj_playtest2.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -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;
}