Reply to Downwards
If you don't have an account, just leave the password field blank.
I've made this very simple script that should move Dink right and then to the next screen going down. For some reason, it moves right, but not down. Does anyone know what's wrong?
VOID MAIN(VOID)
{
freeze(1);
move_stop(1, 6, 385, 1);
wait(1000);
move_stop(1, 2, -10, 1);
}
VOID MAIN(VOID)
{
freeze(1);
move_stop(1, 6, 385, 1);
wait(1000);
move_stop(1, 2, -10, 1);
}