My first ever working Text Encoder/Decoder! v0.1 This is not case-sensitive, so the output will always be lowercase. You can see it all at work here. Nothing is on "Without screen refresh", so you can see it doing what it needs to. All Variables and Lists are shown in-project, and all are used. 1 sprite. Wait Time = The time it waits before the Script acts. Min - 0, Max - 0.5. ----------------------------How this works---------------------------- The thing you choose to encode will be added to the list "InputList". Then, the variables "Analyse", "EncodeIdx" and "Previous" will translate the letters into the corresponding number in the list "Letters". Note how slot 10, and 20 in "Letters" is blank. Once done, you can decode it. If you pick for it to do so, the variables "DecodeIdx", "Convert", "LetterShift", and "GetLetterOutput" will work together to turn the numbers back to the corresponding letters. In the variable "Output" is where the final result will be once your decoding has been completed. -------------------------------Changelog------------------------------ (30/05/2026) v0.1 - Released.
Use with credit, as this........doesn't look it, but was very hard for me to make. :-)