So excited to share this! I'm using it for something I'm making for the fun of it, but this is pretty fun as well ^_^ Basically, rather than purely hexadecimals, this engine can convert to and from different base values! THE OUTPUT IS IN THE "bc.out" VARIABLE. Just click "see inside" and check out the two custom blocks :3 NOTE: YOU CAN ONLY DO BASE VALUES BETWEEN 10 AND 69 (or the length of the "Base-Index" variable if you want to expand with more characters). Note2: Don't try to convert digits from a base larger than the one you're converting from. For example, if you're trying to convert "G" from hexadecimal, it's impossible, because Hexadecimal is base-16 and only goes up to F. Use the "Base-Index" as a key for the maximum character you can go to in each base ("A" is the max for base 11, B for base 12... F for 16... etc.)