New here and been reading up on the engine, even made a story etc so far very impressed with engine and want to do more with it.
But I want to do a simple bit of maths ... and I haven't found out how to do the following (done lots of searching etc) and I can make characters bounce and put in new buttons and show movies but I can't do maths!!!!!
Basic idea is this ...
Code: Select all
$ x = renpy.input("Please enter a NUMBER: ") #This worksCode: Select all
$ xx = x*x #Doesn't workCode: Select all
$ xx = %(x)d*%(x)d #Doesn't work and various variantsCheers
PS How many PyTom's are there really? No on can do all the stuff he does and have a job!!!

