There, I’ve made a tool that can take all of the textures in a scene, rescale them and fit them into a single texture and then remap all of the object…
Hi Bobo, thanks for your reply I’m doing this as an optimization tool for a game we’re making here… I’d like to do it without adding any modifiers to…
Hi all. Thanks for your replies I figured it out. But it’s still a curious thing. My mistake was that I made the script, then compiled it and pulled …
Final version, replaces any non a-z,0-9 chars with a “_”: for cntr = 1 to someString.count do ( charAscii = bit.charAsInt someString[cntr] if (charAs…
That’s basically my problem. I can check equality in the Listener, but I get a different result back from the script. Same code, different results :su…
Thanks stuh505 for your help. This is where the bug really shows itself. :deal: All the problematic letters actually return 63 which is the ASCII cod…