Reply to He won't unfreeze!
If you don't have an account, just leave the password field blank.
This is a script for DinkDude95 in AOTES. Why won't Dink unfreeze when he selects "Leave"?
if(&result == 11)
{
unfreeze(1);
}
}
}
}
}
Do I have to many end brackets?
if(&result == 11)
{
unfreeze(1);
}
}
}
}
}
Do I have to many end brackets?