In the punishment script, there is something wrong with the punishment check on line 89 in PunishmentBase
@NullResponse @If[GNMPPoints]<[100]AND[GNMMerits]<[DommeContentVAnnoyed]Then(NotBad) @Goto(Reasons)
I have 0 GNMPPoinots and 509 GNMMerits with a DommeContentAnnoyed value of 50, and it sent ...
Search found 840 matches
- Mon May 08, 2017 9:12 pm
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
- Sun May 07, 2017 11:07 pm
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00
For the settings menus, it really doesn't like x as an answer to the question (this is a Tease AI thing I am guessing), so for the x values, you should also make return a viable option.
- Sun May 07, 2017 10:45 pm
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00
For the shop, you added the x) Return as an option, but didn't put any code into it in the file we received. 
You should also have @ShowImage[\GNMImages\Shop\Shop.jpg] on the line with the return option.
You should also have @ShowImage[\GNMImages\Shop\Shop.jpg] on the line with the return option.
- Sun May 07, 2017 10:35 pm
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00
Also in the room cleaning tasks, I don't see anywhere where you are told which room you are meant to be cleaning, and in all of the scripts for each room, you have "first time cleaning room 1" instead of the correct room number.
- Sun May 07, 2017 10:15 pm
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00
In ChoreBase.txt, when checking how long it has been since you cleaned the bathroom, you have
@Variable[#DateDifference(BathroomSpecial,Days)]>=[7]
It should be
@Variable[#DateDifference(BathroomWash,Days)]>=[7]
In FirstChoreRun you set KitchenWash and KitchenSpecial as dates (no KitchenVacuum ...
@Variable[#DateDifference(BathroomSpecial,Days)]>=[7]
It should be
@Variable[#DateDifference(BathroomWash,Days)]>=[7]
In FirstChoreRun you set KitchenWash and KitchenSpecial as dates (no KitchenVacuum ...
- Sat May 06, 2017 10:55 am
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00 Preparing launch
In GNMModuleBase, the modules in the C section paths are the Sissy folder, while the actual modules are in the Humiliation folder.
Also, on line 68, it should be (d) instead of (c). Woo, finally found out why I got an index out of bounds error half the time a new module started.
Also, on line 68, it should be (d) instead of (c). Woo, finally found out why I got an index out of bounds error half the time a new module started.
- Fri May 05, 2017 6:54 pm
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00 Preparing launch
The spanking count is updated in the actual files where it plays the sound, so the total should be the correct amount. I remember thinking this too but then finding where it was updated correctly.Daragorn wrote: Wed May 03, 2017 9:11 pm spanking module:
lines 39-57: you forgot to @ChangeVar[spankingcount]
- Tue May 02, 2017 12:18 am
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00 Preparing launch
From the Spankz Choir, I got around 5000 gold, which seems to be a bit high.
This is the cause:
(AddCorner)
@NullResponse @SetVar[CornerGold]=[10]
@NullResponse @ChangeVar[CornerGold]=[CornerGold]*[CornertimeLimit]
@NullResponse @ChangeVar[GoldOwedLate]=[GoldOwedLate]*[CornerGold]
The ...
This is the cause:
(AddCorner)
@NullResponse @SetVar[CornerGold]=[10]
@NullResponse @ChangeVar[CornerGold]=[CornerGold]*[CornertimeLimit]
@NullResponse @ChangeVar[GoldOwedLate]=[GoldOwedLate]*[CornerGold]
The ...
- Mon May 01, 2017 10:27 pm
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00 Preparing launch
I got some more of the Parsing #DT1 errors in the script to put the chastity cage back on. Presumably still due to images being locked. Considering this happened all the way back when.
- Mon May 01, 2017 10:25 pm
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00 Preparing launch
Not a game breaking bug, but perhaps a functional misstep? Or maybe not?
- Spoiler: show
- Mon May 01, 2017 9:27 pm
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00 Preparing launch
When not in chastity, I have gotten errors on both of the times that I went from stroking into a module. The game didn't crash, just the pop up showed.
- Mon May 01, 2017 9:00 pm
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00 Preparing launch
In the image folder, House Rule 7 is called House Rule 7 copy.
- Mon May 01, 2017 9:44 am
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00 Preparing launch
You can unzip the Academy file anywhere, it is a pdf that you will be asked to read. The Academy is not complete yet, so you could wait on this download.jhorny10493 wrote: Mon May 01, 2017 4:14 am Quick question, sorry if it's been answered or was explained.
Where do you unzip the "Academy Download" file?
- Sun Apr 30, 2017 11:45 pm
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00 Preparing launch
And I see it, I just missed where it was being set, guess I should have searched specifically for that and not just the flag name. :whistle:
ah ok...cause i had it run only once...and even to me it run just 1 exercise and then stopped...and i wondered why since i didn't find where it should ...
- Sun Apr 30, 2017 11:37 pm
- Forum: Teasing Software
- Topic: Spicy [Tease-AI] [Old thread]
- Replies: 1348
- Views: 396559
Re: [TEASE-AI - Personality] Spicy 3.00 Preparing launch
During the chastity slideshow, I got an error about an image width/height not being able to be set? Then is displayed a white box with red lines going across it.
The only code in the logs that seems to have an error is:
TxtCache: Reading Text-File: E:\Grad School\TeaseAI\Images\System ...
The only code in the logs that seems to have an error is:
TxtCache: Reading Text-File: E:\Grad School\TeaseAI\Images\System ...
