Search found 5 matches

by DasHaifisch
Sat May 13, 2017 2:06 pm
Forum: Teasing Software
Topic: Spicy [Tease-AI] [Old thread]
Replies: 1348
Views: 396656

Re: [TEASE-AI - Personality] Spicy 3.00


OK I think I'm a first with this one I read though all the pages since public release

I have a bug in C:\Users\Devin\Documents\spicy 3.0\Tease AI 0.54.8\Scripts\Spicy 3.00\CR\Modules\Slave\GNMSlaveModule_4ServiceTraining.txt

all runs fine till she asks how much water I have left
I tell her ...
by DasHaifisch
Sat May 13, 2017 3:40 am
Forum: Teasing Software
Topic: Spicy [Tease-AI] [Old thread]
Replies: 1348
Views: 396656

Re: [TEASE-AI - Personality] Spicy 3.00



In PunishmentBase.txt

@NullResponse @If[GNMPPoints]<[100]AND[GNMMerits]<[DommeContentVAnnoyed]Then(NotBad) @Goto(Reasons)

should be

@NullResponse @If[GNMPPoints]<[100]AND[GNMMerits]>[DommeContentVAnnoyed]Then(NotBad) @Goto(Reasons)

because if [GNMMerits]<[DommeContentVAnnoyed] then the ...
by DasHaifisch
Fri May 12, 2017 1:58 pm
Forum: Teasing Software
Topic: Spicy [Tease-AI] [Old thread]
Replies: 1348
Views: 396656

Re: [TEASE-AI - Personality] Spicy 3.00

Bug: Weekly Full-Time Checkup

GNMBackgroundFullTimeCheckUp
Weekly check is for “ChoresComplete”
Cleaning room tasks increase “ChoreComplete”
Additional Chores DO NOT INCREASE CHORE COUNTER ON COMPLETION
Is it intentional that only the base cleaning tasks count as completed chores?

Another ...
by DasHaifisch
Fri May 12, 2017 12:46 pm
Forum: Teasing Software
Topic: Spicy [Tease-AI] [Old thread]
Replies: 1348
Views: 396656

Re: [TEASE-AI - Personality] Spicy 3.00


lol I made sort of the same mistake when she asked the length of cock soft, I read cm but my brain went into autopilot and I used inches so now she thinks I have a 4cm soft cock, and I don't know how to change it without restarting and going through the introduction and everything again.


You ...
by DasHaifisch
Fri May 12, 2017 1:23 am
Forum: Teasing Software
Topic: Spicy [Tease-AI] [Old thread]
Replies: 1348
Views: 396656

Re: [TEASE-AI - Personality] Spicy 3.00

Bugs:
GNMEnd.txt in wrong order?
@NullResponse @CheckFlag(ChastityIsOn)
@NullResponse @AFKOff @CheckFlag(ChastityTrainingActive)

should be

@NullResponse @AFKOff @CheckFlag(ChastityTrainingActive)
@NullResponse @CheckFlag(ChastityIsOn)

otherwise you can't do chastity training if you're ending a ...