Reply to Re: Mousing Dink
If you don't have an account, just leave the password field blank.
set_keep_mouse(1);
set_keep_mouse will allow the user to go back into mouse-mode after the title screen if keep_mouse is 1. Note that this command must be set before the player uses the set_mode(2); command when starting the game for the first time.
To use the mouse later in the game, set Dink's brain to 13.
set_keep_mouse will allow the user to go back into mouse-mode after the title screen if keep_mouse is 1. Note that this command must be set before the player uses the set_mode(2); command when starting the game for the first time.
To use the mouse later in the game, set Dink's brain to 13.