Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Cookie Cutter MZ - Relationship System

A project template for RPG Maker MZ. Copy and paste it into your own project to utilize custom evented relationships! · By Caz

Question for this template

A topic by BilalIchwa created Feb 17, 2022 Views: 195 Replies: 3
Viewing posts 1 to 3

hello, I've bought this template and it's a good template for me. 

I have a question, can the relationship menu be clicked directly? without having to press the up and down buttons.

I'm thinking about it, but I haven't found the best way yet.

thank you... 

Developer

Hi there! It's possible but you'll have to use a parallel process to check where the player's cursor is and whether they're clicking the correct area on the screen. :D

Hi, I just bought this asset and I had the exact same question.

Specifically, which parts of my project should I set to parallel processing?

Developer

You'd have to create a parallel process event of your own that uses variables to check the X and Y coordinates of the cursor if/when the player is clicking and then change the selected character index variable.