diff --git a/scripts/_00e_taverngames_gamlingtablesc.pex b/scripts/_00e_taverngames_gamlingtablesc.pex index c6c9bf631..ab6931eb4 100644 Binary files a/scripts/_00e_taverngames_gamlingtablesc.pex and b/scripts/_00e_taverngames_gamlingtablesc.pex differ diff --git a/source/scripts/_00e_taverngames_gamlingtablesc.psc b/source/scripts/_00e_taverngames_gamlingtablesc.psc index e27992d9f..bc16bbe67 100644 --- a/source/scripts/_00e_taverngames_gamlingtablesc.psc +++ b/source/scripts/_00e_taverngames_gamlingtablesc.psc @@ -11,7 +11,10 @@ Import Math Event OnInit() objCashContainer = Self.GetLinkedRef(_00E_TavernGames_Bank) as ObjectReference - objCashContainer.AddItem(Gold001, __Config_iGamblingMoney) + + if objCashContainer + objCashContainer.AddItem(Gold001, __Config_iGamblingMoney) + endif EndEvent