| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| 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