Chaos Project

RPG Maker => RPG Maker Scripts => Topic started by: TNBProductions on July 04, 2011, 02:23:05 am

Title: Help with a character based script
Post by: TNBProductions on July 04, 2011, 02:23:05 am
okay I'm editing the status script to where the player selects the character and when the status menu pops up it shows a biography for each if you have played aveyond 3.1 to 3.4 you know what I'm talking about
Title: Re: Help with a character based script
Post by: Twb6543 on July 04, 2011, 03:38:11 am
Firstly what Rpg maker do you use,
Secondly what are you having problems with - what part of the window,

- This sounds like, from the brief description, just a simple new window, look at some scripts for the maker your using and see if that helps you. -

I can't really do anything to help you, accept from that little bit of advise, as you have only put in minimal detail in your post.
Title: Re: Help with a character based script
Post by: TNBProductions on July 07, 2011, 02:47:05 am
oh sorry, i use rpg maker xp. here i'll give you the link to my pics of what i want and of my window
http://rmrk.net/index.php/topic,43094.msg491543.html#msg491543
Title: Re: Help with a character based script
Post by: Twb6543 on July 07, 2011, 03:03:30 am
Have you tried using an array or most probably in this case a 3d hash (formulated by using an array as a key, use the actor number and then line number, etc) to store the text to be called up by the script.
Title: Re: Help with a character based script
Post by: JellalFerd on July 07, 2011, 05:16:42 am
http://rpgmaker.net/articles/102/
Title: Re: Help with a character based script
Post by: TNBProductions on July 07, 2011, 05:35:34 am
THANK YOU!!