| SexScripts : Open alternate script - https://ss.deviatenow.com:443/viewtopic.php?f=4&t=1181 | Page 1 of 1 |
Open alternate script |
Bdartm3 [ Tue Oct 28, 2025 1:18 am ] |
|---|---|
If within a script you have a yes/no question and, if yes a different script needs to run, and if no just continue with the existing script is there a simple way to accomplish that?? |
|
Re: Open alternate script |
arthurb [ Tue Oct 28, 2025 6:05 pm ] |
|---|---|
Yes, just use do e.g. def answer = getBoolean("Run other script?"); if (answer) { return otherscript } |
|
Re: Open alternate script |
Bdartm3 [ Wed Oct 29, 2025 6:22 am ] |
|---|---|
It worked great!! Thanks!! |
|
| Page 1 of 1 | All times are UTC + 1 hour [ DST ] |