opiate wrote:Ok so.. @SetDate(EC5, 5)
It will set a variable named EC5, that ticks down in values of 1 per real life days?
and @CheckDate(EC5) will just check to see if the value stored in EC5 has a value greater than 0/
and @CheckDate(Ec5, 0) would check the value, and if the value is 0, it will @Goto(0)?
Nope... @SetDate(EC5, 5) will create a variable with inside the date and hours of 5 days from now...it won't tick at all, it just register the date and hour it will be 5 days from now....@SetDate(ec5,0) will set this exaxct moment, day and hour.....when you want to "erase" the date just @SetDate(ec5,0), better than deleting it since it will cause no crashes whenever it @CheckDate(ec5,lineName)
@CheckDate(EC5) i think will just give you error or, if not, will mean nothing, it will simply go to the next line (but if i remember well it gives an error)
@CheckDate(Ec5, 0) will check if today is beyond the date set in EC5 and, if it is, it will go to line (0), otherwise will go to the next line in the script.
Here is an example of my start module (i have a module asking me something and depending on my answer she will not see play with me for X random days).
In the module i @SetDate(nonGioco,#Random(1,5)), then in my start i do:
@NullResponse @CheckDate(nonGioco,partenza)
#SubName, I remember telling you that i wasn't going to talk to you again before @ShowVar[nonGioco]
And that still stands!
I don't care if you are desperate to see me and can't wait any longer
Well....actually i <i>love</i> knowing it #Lol
Because, now that you know how <i>addicted</i> to me you are...
Next time maybe you'll be more willing to go in chastity for me when i ask you to #Smile@EndTease
But, since you refused last time...
You'll have to wait now
And, remember...<b>NO</b> cumming, <b>NO</b> stroking and <b>NOT EVEN</b> touching my #Cock until then
Bye @EndTease
@End
(partenza)
#GreetSub <---here starts the real session
So, when i start tease ai, it will check if today is beyond what is written in nonGioco, if it is, it goes to (partenza) and start the session, if it isn't, it goes to the following line and basically end the tease right away.
P.s: if you use @ShowVar(EC5) it will display the date stored in EC5 variable.