A strict equality script to check if 2 arguments are exactly equal to each other. This includes case checking too, which is something Scratch doesn't support through the use of the `equals` block. FAQ: Q: How do I know if the script worked? A: The script will output its returned value to the "StrictEquality.Output" variable.
Update Log: (12/5/22) - Initial Release (12/6/22 - 10:37 am) • Fixed a bug that allowed different characters to equal each other if they have the same case. Full support for numbers and special characters was also added. The case-checking script is from: https://en.scratch-wiki.info/wiki/Case_Sensing How to use: Right-click on the "Strict Equality" sprite -> Select '"Export" OR Drag the sprite to Backpack