CosmosisT's TinyChat Script (CTS V1.8.66 FINAL)

Modified TinyChat - Best Scripts; prepare to be amazed.

< Spätná väzba na CosmosisT's TinyChat Script (CTS V1.8.66 FINAL)

Hodnotenie: Dobré - skript funguje

§
Pridaný: 01.09.2022
Upravený: 01.09.2022

First off thank you for the code.

Point out small errors in code that cause the Ignore List to show up twice in response to !lists command

Line 4042:
Save("HiddenCameraList", JSON.stringify(CTS.IgnoreList));
change to
Save("HiddenCameraList", JSON.stringify(CTS.HiddenCameraList));

Line 4155
len = CTS.IgnoreList.length;
change to
len = CTS.HiddenCameraList.length;

Line 4156
msg = "Ignore list:\n" + ((!len) ? "empty\n" : "");
to
msg = "Hidden Camera list:\n" + ((!len) ? "empty\n" : "");

Line 4157
for (index = 0; index < len; index++) msg += index + " : " + CTS.IgnoreList[index] + "\n";
change to
for (index = 0; index < len; index++) msg += index + " : " + CTS.HiddenCameraList[index] + "\n";

CosmosisTAutor
§
Pridaný: 23.10.2022

Yikes, I did mess up but current state is I won't be updating due to manifest update coming soon, but if I do hit the updates again I'll change that. Small bug but good eye!

Sorry for delay in response, I appreciate the eyes, consider StumbleChat eyes like those could be helpful.

CosmosisTAutor
§
Pridaný: 04.11.2022

Updating script, sorry for delay. I generally only apply small fixes now, I had time today so you can look forward to V1.8.54

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.

长期地址
遇到问题?请前往 GitHub 提 Issues。