Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Holyrapid on May 21, 2009, 02:14:58 pm

Title: Buy maps to Pokegear
Post by: Holyrapid on May 21, 2009, 02:14:58 pm
Hias. I´m using pokemon essentials as a base to my pokemon game. Now i want to have faeture in it, but i don´t know how to script it.
What i want is to be able to buy maps of certain locations, and when purchased, it will appear in a menu, along with other maps bought. When chosen (ok button is pressed) it shows the map. Now for the map, i know that it can be done with events, but i want it to be able to appear in a menu.

This is for RMXP. So thanks for all in advance.

From Duped Topic
Quote
Hias. I´m using pokemon essentials as a base to my pokemon game. Now i want to have faeture in it, but i don´t know how to script it.
So i want to be able to buy a map in a shop. Then when bought, it will appear in a menu.

So i´ll describe the situation i want.
You´re at the start of a cave. There´s sales-person there. You can buy a map of the cave from him/her.
When bought, the map can be chosen in a menu. I don´t want it to be an item, but a option in a menu that displays the map chosen.
Ask if you need to know something else. I´m not using any other scripts at the moment, just the essentials.
This is for RMXP. So thanks for all in advance.
Title: Re: Buy maps to Pokegear
Post by: Seox on June 16, 2009, 02:47:19 pm
Quote from: Pyhankoski on May 21, 2009, 02:14:58 pm
Hias. I´m using pokemon essentials as a base to my pokemon game. Now i want to have faeture in it, but i don´t know how to script it.
What i want is to be able to buy maps of certain locations, and when purchased, it will appear in a menu, along with other maps bought. When chosen (ok button is pressed) it shows the map. Now for the map, i know that it can be done with events, but i want it to be able to appear in a menu.

This is for RMXP. So thanks for all in advance.

From Duped Topic
Quote
Hias. I´m using pokemon essentials as a base to my pokemon game. Now i want to have faeture in it, but i don´t know how to script it.
So i want to be able to buy a map in a shop. Then when bought, it will appear in a menu.

So i´ll describe the situation i want.
You´re at the start of a cave. There´s sales-person there. You can buy a map of the cave from him/her.
When bought, the map can be chosen in a menu. I don´t want it to be an item, but a option in a menu that displays the map chosen.
Ask if you need to know something else. I´m not using any other scripts at the moment, just the essentials.
This is for RMXP. So thanks for all in advance.



So you're telling me that you want the picture to be displayed in the window, the moment you push the button?

Have you tried tying the item to a common event which displays the picture, and then, using a conditional branch, checks for input, which it meets by closing the map?

If that's not what you want, tell me what you do. This request seems like it would be fairly easy to script - I'll see what I can do.