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