The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX => Topic started by: krizalid on April 28, 2015, 02:57:08 AM

Title: [VX] Problem with disable save
Post by: krizalid on April 28, 2015, 02:57:08 AM
Hi everyone!

I learned how to add a new option on the RMVX menu in this tutorial.
http://rmrk.net/index.php?topic=31914.0 (http://rmrk.net/index.php?topic=31914.0)

The problem is when i disable save in town.
Spoiler for:
(http://i.imgur.com/flTkFjF.png)

And this happens:
Spoiler for:
(http://i.imgur.com/FsplIBQ.png)

As I created two new options within the menu, my bestiary is disabled(because it occupies the position of "save"), and i want to disable "guardar" ( save) .
I can't find the solution to this problem.

Hope you can help me. Thank you very much in advance .

Cya later, KriZ
Title: Re: [VX] Problem with disable save
Post by: PhoenixFire on April 28, 2015, 03:30:27 AM
Erm, upload a demo of what you have and I can maybe take a look at it..
Title: Re: [VX] Problem with disable save
Post by: &&&&&&&&&&&&& on April 28, 2015, 03:50:50 AM
yes
being able to look at your scripts would be very helpful
Title: Re: [VX] Problem with disable save
Post by: krizalid on April 28, 2015, 03:55:55 PM
Ok, here's the DEMO.
Code: [Select]
http://www.mediafire.com/download/5hu22sojb5be5j9/edit+menu.rar

Within the city I want to disable the SAVE...

thax for your help.
KriZ
Title: Re: [VX] Problem with disable save
Post by: krizalid on April 28, 2015, 05:19:13 PM
I found the solution.
In my script "edit menu 1" in line 20, 28 and 31 i delete the number 4, and write 6.
thats all.
thax, and cya later.