Reply to Re: Another problem about external
If you don't have an account, just leave the password field blank.
I had a problem once with my stair drawing procedure (which is attached to a bench and draws a lot of other benches based on the position of the one it's attached to.) It would draw in the stuff it was supposed to, then start putting stuff in the upper left hand corner. Since that's the home of the 0-sprite, I figured that ¤t_sprite had to become 0. But when I added say("¤t_sprite", &junk); commands (&junk was the number retrieved from create_sprite) to the script, ALL of the correctly drawn benches said 42 instead of 2. The benches in the upper left said 0. So, yeah, the bug was easy to fix, I just had the thing return when ¤t_sprite was 0... but the point is that ¤t_sprite assumes very strange values after a create_sprite.