Author Topic: VCE Printcount  (Read 571 times)

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

What is the full events?

Should be
Code: [Select]
onActivate | Self | VCE_ifValue | <var:br:printcount> | == | 8 | 1 1 |

and not VCE_ifVariable.