Reply to Re: A stupid Question...
If you don't have an account, just leave the password field blank.
Or, in the Void Die part of the ducks script...
if (get_sprite_with_this_brain(9, ¤t_sprite) == 0) {
screenlock(0); }
Though if that command comes after changing the ducks brain, you'll need to replace the 9 with a 3, I guess.
if (get_sprite_with_this_brain(9, ¤t_sprite) == 0) {
screenlock(0); }

Though if that command comes after changing the ducks brain, you'll need to replace the 9 with a 3, I guess.