A few more assorted errors.
In Custom\Session\Release\Generic\Instant\Hard\2.txt there are a few lines that have @CustomMode(done,Goto,ContinueY) , but the file doesn't have a (ContinueY) label for it to go to.
Current code is :
Code: Select all
So you get a chance to see just how pathetic you are #Lol #DT @CustomMode(done,Goto,ContinueY)
I want you to stare at it intensely while cumming #Grin #DT @CustomMode(done,Goto,ContinueY)
Horrible .. #DT @CustomMode(done,Goto,ContinueY)
Custom\Chores\Chores_Base.txt uses @CensorBar1On and @CensorBar1Off. It should be using @Censorbar1On and @Censorbar1Off instead :
Current code is :
Code: Select all
@Variable[#DateDifference(Chores_Started,Minutes)]>=[CleaningTime] @NullResponse @CensorBar1Off @Goto(RoundComplete)
@NullResponse @Wait(#Random(20,40)) @ShowImage[GNMImages\Rewards\Service.*] @CensorBar1On(0,45,100,10,Get to work slave!)
Custom\Session\Chat\PositionTraining.txt uses @ShowWait(#Var[Time]). However it doesn't take arguments and should just be @ShowWait instead
Current code is :
Code: Select all
Kneel down slave and wait for my bell #DT @Wait(#Var[Time]) @ShowWait(#Var[Time])
Custom\Session\Release\Generic\Instant\Denial\4.txt uses @VariableExists[]. It should be @VarExists() instead - or based on the context maybe it is supposed to be @VarNotExists()
Current code is :
Code: Select all
@VariableExists[ComplimentGiven] @NullResponse @Goto(NoCompliment)
Custom\Session\Release\Generic\Instant\Swing\2.txt uses @Set. This should be @SetVar
Current code is :
Code: Select all
@Variable[SpeedMax]<=[70] @NullResponse @Set[SpeedMax]=[70]
The 10 files in Custom\Task\List_Degradation\ all use @wait instead of @Wait for one of the lines.
Current code is :
Code: Select all
@Flag(Hum_Folder) @NullResponse @ShowImage[Personal\*.*] @wait(5)
Vocabulary\#Game_Model_1.txt refers to two missing files. It looks like the files in GNMImages have been misnamed , and are M15_b4 and M15_b5 instead of M15_4b and M15_5b. I imagine it is simpler to update the code to match the actual filenames , rather than to update GNMImages.zip.
Current code is :
Code: Select all
@NotFlag(True) @Flag(M15) @ShowImage[GNMImages\Games\M\15_ValerieCossette\M15_Parts\M15_4b.*] @TempFlag(GModel_M15d) @TempFlag(True) @DeleteFlag(M15)
@NotFlag(True) @Flag(M15) @ShowImage[GNMImages\Games\M\15_ValerieCossette\M15_Parts\M15_5b.*] @TempFlag(GModel_M15e) @TempFlag(True) @DeleteFlag(M15)