Fallout Wiki
Fallout Wiki
Details
Type Decompiled script
Editor ID BlackjackTableTheTopsScript
Form ID 00145C85

This script runs the blackjack tables at the the Tops.

scn BlackjackTableTheTopsScript
begin OnActivate
        if IsActionRef player
                if VCasinoCompsTheTops.bFloorManagerIncoming
                        ShowMessage TheTopsFloorManagerMsg
                else
                        ShowBlackjackMenuParams TheTopsCasinoData 1 200 0
                endif
        endif
end