Back to the before post of yours...
Is it not possible to use a @SetFlag and @SetVar/String in the same line?
It's possible, but from the line you've posted:
Code: Select all
[random] @NullResponse @SetFlag(CFTimeRND) @DeleteFlag(CFTimeFix) @SetVarString[CFTime]=[random]
It looks like you have that in a 'answer-block' like:
Code: Select all
[yes] ...
[no] ...
[random] @NullResponse @SetFlag(CFTimeRND) @DeleteFlag(CFTimeFix) @SetVarString[CFTime]=[random]
@DifferentAnswer Yes or no?
Without looking this up deeply, ... the square brackets of the @SetVar will most probably be the problem.
Those 'answer-blocks' may not 'eat' every command, the square brackets seems not working, as well as anything which gets preloaded (like images).
But since this can be solved like you did it with a @Goto, I consider this less a problem, but I will definitely add a note about this in the release-notes.
Another thing cascading Vars like: #Var[#Var[temp]] not possible? I worked around a bit with @ShowVar[#Var[]] but i believe there was a case where that also didn't work.
Sorry, I don't understand this.
What should #Var[#Var[temp]] do what the simple #Var[temp] doesn't do?
Feature request:
A command for Estim volume control, in my opinion very importend if you want to use estim. I believe in most cases you use estim for a longer time and then you want to ramp the volume up automaticly, or another case to turn it down if you edge, or turn it up to orgasm. You could manage it with different files but that would be much work and also not adjustable for the user. I didn't test it, but if the estim volume resets if you play a new file it would be nice if i can set the volume with a command or another argument in the existing commands.
Ok, I will see what I can do.
And the good old open cd drive for selfbondage, i know dangerous and so on, but in my opinion it is a relativly save release method.
I've got rid of most problems in Awakening, but I cannot guarantee 100% that it doesn't freeze or crash, even if it's just one crash/freeze in a thousand sessions, the risk would be too high, ... safety first.
It COULD freeze or crash -> you are stuck.
Also the CD-tray could jam, ... your comupter could explode, there could be a blackout, electricity failure, ... whatever.
Awakening will not provide any self-bondage release methods, not now, not ever, this is too risky, ... and I REALLY don't wanna be responsible for people stuck in self-bondage.
If you (or anybody else who read this) are really into self-bondage, make sure you ALWAYS have a backup release method.
One way which sounds ok to me are ice-cubes with a key in it as the main release method (again, backup release method always required!), ... an ice-cube will melt, even if the electricity goes down or such.
ilikelatex wrote: Mon Aug 28, 2023 7:26 pm
In genreal i want to make a some small scripts, where you can decide to do a session where you can play vidoes from basicly everywhere the teasai genres, specific folders, a playlist or no video at all. And then use Buttplug.io or estim, while you can do whatever you want while getting teased, watching the vidoes, read a book/novel, do some chores, some selfbondage,...
Sounds really interesting, ... I'm looking forward to what you can come up with!
most whats missing is playing around with the patterns for buttplug.io, when to switch them, do a pause and so on.
I guess that is one of the most difficult parts, because every toy feels differnt, every toy gives different sensations, ... AND every user feels those sensations waaaaaay differently.
And also it might depend on how long a user didn't came, ... I mean in Tai we are talking about tease and DENIAL (at least in some personalities).
I.e.: A user who came the day before might put on a vibrating cock-ring and have a nice feeling, while a user who didn't came for 3 weeks might explode after 30 seconds of vibration.
The intensity of toys can vary a lot also, one user might have a cock-ring which vibrates gently, the other user might have one which vibrates like a jackhammer.
The idea of yours to keep your scripts as 'universal for all possible toys' as possible is great, ... but I think only time and feedback will tell if it's possible to keep it that universal.
Maybe we have to go a more finegrained way, ... I don't know?!
Just as a remark, ... it's possible to 'ask' for specific toys and set goto-lines for those, i.e.:
@NullResponse @If[#BioToyOnahole1]=[Lovense Max]Then(Max Toy Specific)
That way you could provide something for the case a user has the same toy as you have, ... and only go for the 'universal' way if that toy isn't present.
Honestly, ... I don't think that this will happen, ... but basically IF enough users would provide, we could build up sort of library, snippets for different specific toys, for different usage (teasing gently, not so gently, cumming, ruin and so on).
It would be nice to have a #Dropped, would make the playlist creating much more easy.
Finished today, will be in the next update:
Handling of dragged and dropped videos:
#DroppedCount
#FirstDropped
#Dropped(X) -> Gives the path of the video with index of X, i.e.: #Dropped(3) returns the path of the 3rd video in the list.
Important:
If your are used to work with lists in other (programming-) languages, you might be used to the first entry in a list has the index 0, ...
here the first entry has the index 1.
Best greetings,
Markus