- Joined
- Apr 8, 2015
- Messages
- 191
- Reaction score
- 46
- First Language
- swe
- Primarily Uses
- RMMV
Hello, I want to build a city builder kind of rpg. I have searched far and wide for some mouse input plugins but none is built for this. Need to have a left, AND right click action button on mouse. The plugin should know which of them is used when clicking a event so that we can i.e make a tool-menu for the event with right click and a action menu when left click.
I dont mind actually how it gets solved as long as we can communicate to the engine that this event is rightclicked so i can run event commands.
Maybe with a comment on the event pages like this
click_right A true;
click_left B true;
I really think this covers it. Let me know if you are interested and or need more info.
happy rpg making!
I dont mind actually how it gets solved as long as we can communicate to the engine that this event is rightclicked so i can run event commands.
Maybe with a comment on the event pages like this
click_right A true;
click_left B true;
I really think this covers it. Let me know if you are interested and or need more info.
