Reply to Re: It started out so small...
If you don't have an account, just leave the password field blank.
The way it's done in Mystery Island is a separate check in item-fst (the fists), to see whether you're a duck or not:
if (&isduck == 1)
{
//can't swing, we're a duck!
playsound(1, 10000,10000,1,0);
return;
}
if (&isduck == 1)
{
//can't swing, we're a duck!
playsound(1, 10000,10000,1,0);
return;
}