RPG Maker MZ

RPG Maker MZ

PorkChip Sep 5, 2021 @ 12:44pm
Mouse Movement
Is it possible to use a Script call to disable the use of mouse controlled movement?
And if so, what is it?
I would like to make it so that the player can only move using keyboard or controller.
Originally posted by rooge:
You can use my plugin. Permanently deactivates mouse functions and hides the cursor in the game. It's just plug n play. Mouse Disabling [www.dropbox.com]

But if you can only disable mouse movement try use this:

Game_Temp.prototype.setDestination = function(x, y) {
};
< >
Showing 1-2 of 2 comments
The author of this thread has indicated that this post answers the original topic.
rooge Sep 5, 2021 @ 3:00pm 
2
You can use my plugin. Permanently deactivates mouse functions and hides the cursor in the game. It's just plug n play. Mouse Disabling [www.dropbox.com]

But if you can only disable mouse movement try use this:

Game_Temp.prototype.setDestination = function(x, y) {
};
Last edited by rooge; Sep 5, 2021 @ 3:22pm
PorkChip Sep 5, 2021 @ 6:31pm 
I used your script call, works fine.

Muchas gracias, danke schon and thank you in all other languages I don't know :steamfacepalm:
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Sep 5, 2021 @ 12:44pm
Posts: 2