envy wrote:png wrote:envy wrote:thanks for the replies
Damn too bad
That's strange because it works for the other filters on #tags and it shouldn't if it works as you describe. And I don't see any difference in the code we have
Did you try to separate the @ShowTaggedImage and the #vocab on separate lines (with a @LockImage to prevent the system to change the image). From what I see it might help as I think it does the #vocab replacement before executing the @ShowTaggedImage
I feel that tag system is going to give me nightmares to reproduce on my rewrite...
I tried on seperate lines, it still seems to ignore the tags
Im not sure exactly what you mean by "works for the other filters on #tags". If you mean other filters like @apathy1 they work because @ShowTaggedImage @apathy1 is read as two seperate commands. But when you put @TagBondage in for example, the code first searches the # files, and copies the text into the line, before reading the @ commands. This means it ends up with @ShowTaggedImage @TagBondage which is read as one command. I think I explained that badly, but hopefully it made some sense.
For reasons i dont understand very well tags only seem to work reliably when in taunt files
From what I see in the code, it works that way :
1. open the #File.txt
2. Get all the lines of the file
3. Delete the lines with a @Filter not respected (ex : @SelfYoung, @HasChastity, etc. Including most of the @TagXXXX)
4. If it finds a line with @ShowTaggedImage, it looks for addition @TagXXX in order to find the right image
5. It takes a random line from the remaining ones
6. For an unknown reason it delete the following words from the choosen line :TagFace,TagBoobs,TagPussy,TagAss,TagFeet,TagFullyDressed,TagHalfDressed,TagNaked,TagSideView,TagCloseUp,TagMasturbating,TagSucking
7. If there is a # remaining restart the cleaning process
It works the same for all the files with a list in them : CBT, edges, taunts, the instructions for the video like censor sucks
So either it has been changed since then or something like :
Code: Select all
@NullResponse @ShowTaggedImage @TagAss @LockImages
#yourVocab @UnlockImages
and in #yourVocab.txt :
Should work. Is it what you tried ? What did it do ? Display an empty line or an error ? Or did I miss something somewhere (very possible

)