Jump to content

Blood Machines script error when Scorbit enabled


jonpfeiler

Recommended Posts

So I activated scorbit on Bloodmachines, i have all the files in the correct place, and the QR generated in the correct directory , but at the point when the qr is supposed to display for pairing it crashes the game stating that it cannot find a definition for  this line "oExec = oWS.Run(command,4,false)"  anyone else have this issue?

 

sub showQRPairImage if Scorbit.bNeedsPairing then FScorbitQR.visible = 0

Dim sImageName sImageName = TablesDir & "\BMQR\QRcode.png"

dim oWS, oExec set oWS = createobject("wscript.shell")

dim command : command = """" & TablesDir & "\QRView.exe"" -i """ & sImageName & """" ' msgbox command

 

oExec = oWS.Run(command,4,false)

 

FScorbitQR.timerenabled = true

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...