| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| Editor ID | BlackjackTableUltraLuxeScript
|
| Form ID | 001614D1 |
This script runs the blackjack tables at the Ultra Luxe.
scn BlackjackTableUltraLuxeScript
; hack to make unused tables into artificial statics. Strings are locked so I can't create new assets.
BEGIN OnLoad
BlackjackTableUltraLuxeStatic1REF.SetDestroyed 1;
BlackjackTableUltraLuxeStatic2REF.SetDestroyed 1;
BlackjackTableUltraLuxeStatic3REF.SetDestroyed 1;
END
begin OnActivate
if IsActionRef player
if VCasinoCompsUltraLuxe.bFloorManagerIncoming
ShowMessage UltraLuxeFloorManagerMsg
else
ShowBlackjackMenuParams UltraLuxeCasinoData 1 200 0
endif
endif
end