The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: ArkBennett on December 23, 2005, 12:12:14 AM

Title: Arghhh! Hell!
Post by: ArkBennett on December 23, 2005, 12:12:14 AM
Ok this is pissing me off more to the limits than I've ever been.
How in the living hell do you get a Window_Base working EXACTLY?

Everytime I used a tutorial one I get and error about and end command.
And everytime I try it I get and arguement error.
So, someone please tell me how to get a Window_Base working from the Window section to the Scene section. Thank a million if you tell me or point out a good tutorial about it.
Title: Re: Arghhh! Hell!
Post by: Tsunokiette on December 23, 2005, 02:54:56 AM
Quote from: ArkBennett
Ok this is pissing me off more to the limits than I've ever been.
How in the living hell do you get a Window_Base working EXACTLY?

Everytime I used a tutorial one I get and error about and end command.
And everytime I try it I get and arguement error.
So, someone please tell me how to get a Window_Base working from the Window section to the Scene section. Thank a million if you tell me or point out a good tutorial about it.


Window Base just defines everything a window uses.

Window Selectable Inherits from Window Base and defines how selection works.

Window Command Inherits from Window Selectable and is what we use to make menus, or edit to meet our needs.