Chaos Project

RPG Maker => RPG Maker Scripts => Topic started by: Ryex on March 24, 2009, 10:34:50 pm

Title: Reading the base libary class definitions
Post by: Ryex on March 24, 2009, 10:34:50 pm
the ones that aren't defined the the script file. can it be done? I know that a few of them can be found in rmxp help but not all of them I'm interested in "Class Window" in particular
Title: Re: Reading the base libary class definitions
Post by: Sally on March 25, 2009, 05:46:50 am
isnt class window im the script editor?
Title: Re: Reading the base libary class definitions
Post by: Blizzard on March 25, 2009, 05:50:28 am
No, it's not.

Class window is a class that uses several sprites to display everything with a couple of methods for control. You can pretty much rewrite it yourself knowing this.
Title: Re: Reading the base libary class definitions
Post by: Ryex on March 25, 2009, 11:44:45 pm
darn and I thought it might help me understand the rtp scripts better
Title: Re: Reading the base libary class definitions
Post by: Blizzard on March 26, 2009, 05:57:41 am
Nah, the built-in stuff won't make you understand it better. Better focus of the RTP scripts themselves. That's the best way to get to understand them.