The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: liuhuanjim013 on June 04, 2007, 02:52:19 AM

Title: [RESOLVED] what's the code for calling a window?
Post by: liuhuanjim013 on June 04, 2007, 02:52:19 AM
hi,
i'm new here. i wrote some test code for a new window class in the script editor, but i don't know how to call it in the event page. any ideas? thanks a lot  :D
jim
Title: Re: [scripts]what's the code for calling a window?
Post by: Star_wolf on June 04, 2007, 03:01:59 AM
I think...... Call script event
Title: Re: [scripts]what's the code for calling a window?
Post by: modern algebra on June 04, 2007, 04:03:18 AM
yeah, and just put in something like:

window = <class_name>.new
Title: Re: [scripts]what's the code for calling a window?
Post by: Sthrattoff on June 04, 2007, 06:46:08 AM
Type [RESOLVED], as usual...
Title: Re: [scripts]what's the code for calling a window?
Post by: liuhuanjim013 on June 04, 2007, 06:52:44 AM
thanks guys! resolved ;)
Title: Re: [RESOLVED] what's the code for calling a window?
Post by: Zeriab on June 04, 2007, 06:10:13 PM
Moved ^_^
Title: Re: [RESOLVED] what's the code for calling a window?
Post by: dollmage on June 07, 2007, 11:08:16 AM
maybe someone could make a call script list? for the default rmxp =) that would help everyone  :blizj:
Title: Re: [RESOLVED] what's the code for calling a window?
Post by: Zeriab on June 10, 2007, 12:02:40 PM
Here is a list of the standard global variables and the methods you can use on them.
Very useful
This is why we do not make a list.

The message exceeds the maximum allowed length (100000 characters).

I have attached the short list instead.
Title: Re: [RESOLVED] what's the code for calling a window?
Post by: Kokowam on June 10, 2007, 12:09:25 PM
I don't think it's "Very useful" because I don't get how it should be used. T_T
Title: Re: [RESOLVED] what's the code for calling a window?
Post by: dollmage on June 10, 2007, 01:31:57 PM
Here is a list of the standard global variables and the methods you can use on them.
Very useful
This is why we do not make a list.

The message exceeds the maximum allowed length (100000 characters).

I have attached the short list instead.

holy crap thank you oh mighty and powerfull alien zeriab.... but one thing .... i only understand a few of them but a tons of them i dont lol so.... if its not a bother can you put a bit of description XD if its ok with you that is =)
Title: Re: [RESOLVED] what's the code for calling a window?
Post by: Zeriab on June 12, 2007, 09:11:03 PM
Omg.... You must be kidding....
I naturally just created a script to extract them.
There is no way I am going to write a bit of description...

Since I was bored I now attach the text files for 1, 2 and 3 levels.
The previous file was 2 levels ^_^
I do hope that you now see my point in why we do NOT create a call script list, that is, not a full one.

It is also to be noted that I am only going into the methods of the global variables.
I am not considering singleton nor class methods as well as a lot other I am sure.

Edit:
Windows Bugged up. Said the file was 3 MB... Was in fact 19-20 MB
I have uploaded it with sendspace: http://www.sendspace.com/file/o3uepl
Give this to anyone who ask for a complete listing. Remember to say that it's not the whole thing though. Only a little part XD
Title: Re: [RESOLVED] what's the code for calling a window?
Post by: Kokowam on June 12, 2007, 09:23:11 PM
Maybe I should take a looksee when I'm bored.... YEAH RIGHT. I don't get how people understand thousands of lines of code even with comments. >_>