The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Rethalgamon on December 03, 2012, 10:03:48 AM

Title: [VXA] Request: Help Window for Choices
Post by: Rethalgamon on December 03, 2012, 10:03:48 AM
I'm feeling this script is pretty simple, but yet its implementation and coding elude me. The object is quite simple:
1. Each choice in a choice list has its own associated string, defined somehow. Script call? Comment? I'm not sure, but it doesn't really matter.
1. Have the string displayed in a standard info/"help" window when the player is given a list of choices.
2. Have the string change to the corresponding string when the player moves the cursor to a new choice.

I have seen this feature in some custom message system for either RMXP or RMVX, but no current message system that I know of has this functionality.

The caveat here is that I'm using Raizen884's "Multiple Choices" script
http://www.rpgmakervxace.net/topic/6774-multiple-choices/ (http://www.rpgmakervxace.net/topic/6774-multiple-choices/),
which, given its scripty nature, might make implementing this info window easier or more difficult.

Any and all help is greatly appreciated!
Title: Re: [VXA] Request: Help Window for Choices
Post by: D&P3 on December 03, 2012, 05:26:23 PM
http://rmrk.net/index.php/topic,47218.new.html
Title: Re: [VXA] Request: Help Window for Choices
Post by: Rethalgamon on December 04, 2012, 02:59:14 AM
Excellent! This is exactly what I need :)! Thank you so much!

Mods, this thread can be closed.