So ibasically i am trying to get this
##click
= (FireGuns)`
##counter
= click = 1 ? Add 1 : (0)
click pressed and released 4 times counter should be 4
how should i go about doing this?
If click remains one it should only add 1
Also how do i make a memory? so it remembers the previous action?