Reply to Re: Why will the fireball magic not work?
If you don't have an account, just leave the password field blank.
Theoretically, no. However, I've noticed one 'bug' that I fixed has been causing some problems.
If you declare a global variable (make_global_int), in 1.07 and before declaring a local variable of the same name would just use the global variable. In 1.08, you can declare a local variable of the same name as a global.
If you declare a global variable (make_global_int), in 1.07 and before declaring a local variable of the same name would just use the global variable. In 1.08, you can declare a local variable of the same name as a global.