Author Topic: how do i make it so it takes multiple hits to do an event  (Read 267 times)

like...
*click*
processing...
*click click click click click*
upload complete
*candy pops out of computer*
^-^

...how i make events do that?

You would have to use variables.
Onactivate>self>addvariable (variable)1
onactivate>self>ifvariable (your variable) equals (however many clicks you want)
variablefalse>client>one of the messages
variabletrue>whatever you want it to do

You would have to use variables.
Onactivate>self>addvariable (variable)1
onactivate>self>ifvariable (your variable) equals (however many clicks you want)
variablefalse>client>one of the messages
variabletrue>whatever you want it to do
at the end set the variable back to 0