I dont think ive made an official project on this, but this is how you raise a number to a power even though scratch doesn't directly let you. Copy this into your backpack if you need it! proof: a is the base, b is the exponent, and x is the number you want to find. a^b = x b = log base a of x b = ((log x) / (log a) b log a = log x 10^(b log a) = x