Search found 2 matches
- Tue Jan 02, 2024 12:20 am
- Forum: Hardware & Teledildonics
- Topic: Analyzing 2B Estim Box output.
- Replies: 4
- Views: 5840
Re: Analyzing 2B Estim Box output.
I have a clone of Erostek 312, I could try to look at it's output. If my SO's old oscilloscope still works... If you're gonna live with someone, pick a person who has a working oscilloscope, more electronics tools than you and 24/7 access to the local hacker workspace 
- Sun Dec 31, 2023 11:33 am
- Forum: Technical Support
- Topic: Your first webtease? Let us help you out!
- Replies: 175
- Views: 348081
Re: Your first webtease? Let us help you out!
Is setting a simple boolean based on user input really so complex operation?
say
label: Do you like spanking
choice
options
{
label: Yes
commands
eval
script: spanking=true
}
{
label: No
commands
eval
script: spanking=false
}
Is there a simple function somewhere to do that, so ...
say
label: Do you like spanking
choice
options
{
label: Yes
commands
eval
script: spanking=true
}
{
label: No
commands
eval
script: spanking=false
}
Is there a simple function somewhere to do that, so ...
