Fallout Wiki
Fallout Wiki
Details
Type Decompiled script
Editor ID BlackjackTableAtomicWranglerScript
Form ID 0016150F

This script runs the blackjack tables at the Atomic Wrangler.

scn BlackjackTableAtomicWranglerScript
begin OnActivate
        if IsActionRef player
                if VCasinoCompsAtomicWrangler.Banned
                        ShowMessage AtomicWranglerSlotsMsg
                else
                        ShowBlackjackMenuParams AtomicWranglerCasinoData 1 200 0
                endif
        endif
end