Alright so im trying to make a slot machine that gives a person a "winning ticket"
I need the machine to start incrementing the print score on click then stop again on click
but the problem is that when it stops on an 8 i need it to give the person a winning ticket but it wont work
so far i tried
OnActivate-Self-IfVariable [<var:br:printcount>] [==] [8] [1 1]
OnVariableTrue-Client-ModVariable- [WinTicket] Add [1]
this doesnt work... at all.
please help