I am using One click screen and added a button to fire a Servant to place an Automation file bet ..i want to be able to click it once and only fire it once but if i click it again it fires ..I have set in rules to fire only once but it fire every time i click it..
I have tried using Ai to help but non of its suggestion work
How can i do this?
How to stop place bet only once if clicked twice by mistake
- jamesedwards
- Posts: 6201
- Joined: Wed Nov 21, 2018 6:16 pm
Every time you click it fires the servant again. To make it only trigger once you need to add a stored value to the trigger rule line eg 'triggered' = 1, then add a condition to that same rule line that stored value 'triggered' must not be set with a value. Thus it will only trigger once no matter how many times you click.Blackpowder64 wrote: ↑Sun Sep 13, 2026 1:48 pmI am using One click screen and added a button to fire a Servant to place an Automation file bet ..i want to be able to click it once and only fire it once but if i click it again it fires ..I have set in rules to fire only once but it fire every time i click it..
I have tried using Ai to help but non of its suggestion work
How can i do this?
-
Blackpowder64
- Posts: 107
- Joined: Sat Oct 22, 2022 2:33 am
Thanks for that but i still baffled is it possibel to give a bit more step by step instruction
- jamesedwards
- Posts: 6201
- Joined: Wed Nov 21, 2018 6:16 pm
Create a custom column that starts your bet trigger rulesfile as a servant https://youtu.be/-0ShD87g21w?t=55Blackpowder64 wrote: ↑Sun Sep 13, 2026 2:42 pmThanks for that but i still baffled is it possibel to give a bit more step by step instruction
Then in that rulesfile add a stored value to the trigger rule line eg 'triggered' = 1, then add a condition to that same rule line that stored value 'triggered' must not be set with a value.
