About This File
Aladdin Backglass, added starting up light animation. FullDMD from @Tato512.
How to get a B2S working on Tombg's Aladdin Table
Add script below in between the existing lines "On Error Goto 0" and "'----- Shadow Options -----" in the vpx script):
Set Controller = CreateObject("B2S.Server")
Controller.Run
Add this to the very end of the vpx script:
Sub Table1_Exit()
On Error Resume Next
Controller.Stop
Set Controller = Nothing
End Sub
Edited by BornDead
Added guide to get the b2s working on Tombg's table.
User Feedback
Create an account or sign in to leave a review
You need to be a member in order to leave a review
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now