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!

How can i create a easy menue access?

What Iam looking for is some kind of script or plugin what is starting a common event by pressing a button like M or K on the keyboard.
The common event is all about to save my current map-position and teleport me into my menue-map.
When Iam done here it would be nice if i could just exit it by pressing the menue-button again or ESC and get teleported back to the position from where i was teleported into the menue-map.

Maybe this could be done very easy, but I dont understand anything about scripting or writing plugins :S
I would be very happy if anybody could show me what to copy/paste to do this : )
 

eivl

Local Hero
Xy$
0.00
Isnt there a easy script that saves my current map position and teleports me into my menue map, and from there back to this position?
If you write a more detailed explaination of what you need i will help you ;)
This is also something you can do in the editor by saving x and y position to two variables and then transfer to another map, when you go back you use the x and y variables to get to the original position.
 

Iam working on a learning game for japanese Kanji. In my Kanji-Menue-Map the player can see how good he is at every single kanji he learned yet. So it would be really nice if the player would be able to teleport to this map by pressing for example the button "K" (because it sounds like Kanji (cat) ) on the keyboard. And if the player is finished looking at this map it would be nice if it would teleport him back to the position/map from where he was coming from by pressing "K" again. (But if this is to complicated i could do a ExitMenue Button aswell in the Menue map where he gets Teleport back.)

Since months i really tryed alot of stuff people tryed to explain me with fast words and i always failed...
I really need a step by step explanation for this, since i have no knowledge about scripting and plugins at all : (
But if you really can help me this would be great :D
(I would even give some donation by paypal or other stuff if finally somebody can show me how i get this stuff working )
 
Perhaps an npc to travel to and from? Its not quite what you are looking for, but would do what you want it too at least. Yanfly has a Menu plug-in, perhaps you could use that too add something like that through the menu.
 
Yes, i was doing this by NPC until now. But since this Menue-Map is very important to check the learning progress for the player it would be nice to get a permanent access to this map.
What Iam actually looking for is a Script or Plugin what calls a common event by pressing a defined button on the keyboard.
(Long time ago i had a script for RPGMaker XP what exactly was doing this, but i cant find it anymore and i guess it isnt working for RPGMaker MV anyway.)

actually this plugin what Ministerjay linked here sounds really nice:
http://www.rpgmakermv.co/resources/keyboard-plugin.143/
but it always gives Error if i try to call a common event by this...
If anybody could explain me what exactly i have to do here to call Common Event 0004 i would be really happy : )
 
Last edited:
Top