Thank you for the advices Kruge99. I forgot that most people probably have the spider disabled.
...and now I'm going to take a look at the script to see if it's possible to remove the "spider" from the apron!
Best Regards,
Todd.
p.s. well, after looking at the script it looks like the emreels on the apron might need to "exist" for the
B2S to work properly so all I did was translate the +150 units to the right so they are no longer in view.
Todd,
If you want to delete the Apron reels do as follows,
remove the second argument from line 942-957,
CODE
FadeRi 64
FadeRi 65
FadeRi 66
FadeRi 67
FadeRi 68
FadeRi 71
FadeRi 72
FadeRi 73
FadeRi 74
FadeRi 75
FadeRi 76
FadeRi 77
FadeRi 78
FadeRi 81
FadeRi 82
FadeRi 83
Replace Sub FadeRi with this,
CODE
Sub FadeRi(nr)
Select Case LampState(nr)
Case 2:LampState(nr) = 0
Case 3:LampState(nr) = 2
Case 4:LampState(nr) = 3: B2SData(B2SL(nr))=Chr(1)
Case 5:LampState(nr) = 6: B2SData(B2SL(nr))=Chr(2)
Case 6:LampState(nr) = 1
End Select
If nr=83 then SetB2SData 49,99
End Sub
And Sub UpdateWheel with this,
CODE
Sub UpdateWheel(aNewPos, aSpeed, aLastPos)
'Spider.SetValue aNewPos
'
B2S entry to update spider
np=aNewPos+12:If np>47 Then np=np-48
SetB2SData 19,np
End Sub
Now you can delete the reels.
Thanks rosve .. it would be very much appreciated if you could do us a 3-screen
FS version (without Grill) as well!

Cheers,
FD.
I think he did. ??
I shows the Grill so this is a 2-screen version?

Cheers,
FD.
ps Noah .. could you please fix that FireFox 6.0.2 can upload to the Forum .. IE is driving me nuts! .. Thanks!

FD,
If you look in the RAR file you will find a file called "ScaredStiff_FS_B2S (3 screen cab)". Rename it "ScaredStiff_FS_B2S" and use this bg instead.