Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Inventory Shortcut

Gamescolar

Villager
Xy$
0.00
Good day!

We would like to make a simple game.

By not having the player worry too much about the Main Menu, we would give the player direct access to the inventory menu only. This is done by clicking on the Main Menu button.

We have tried making a parallel common event which triggers when the 'cancel' button is pressed, however, there doesn't seem to be any option to access the inventory screen via event options. Furthermore, we believe that additional parallel processes may affect the game's overall performance. Hotkey options are also good.

If there is a workaround in this or an existing script, any point outs or advice is very welcome.

Thank you.

Best regards,
Gamescolar Dev. Team
 

Gamescolar

Villager
Xy$
0.00
Thank you for that!

Placed it in a Common Event with a Conditional Branch set to parallel (With waits in between checks) and Wham, it works!

Just wondering if it would affect gameplay somehow since parallel common events tend to chew through RAM.
 
Top