Ok... I've looked through the forums and various tutorials, and haven't been able to find quite the answers I'm looking for. Basically, the script editor has me a bit mystified.
Now, I understand the concept of scripting, and I have been looking at enough tutorials that I'm starting to get some of the language, but I guess you could say I have no idea what to actually do with any of it.
An example of what I mean: let's say I want to use a custom message window system in my game, so I can, say, have a character's name and face portrait appear next to the text boxes during dialogue. So I find one that sounds like it does what I want and I download it. Great.
Now what?
Do I just copy the whole script and paste it in somewhere in the editor in my game? Where? Does it go in one of the existing categories (i.e. "Game_System" or "Window_Message", etc.) or do I make a new one? What do I do with the already existing scripts that deal with message windows?
Or, let's say (along a somewhat similar line, I suppose) I want to make it so that when the player brings up the status menu, it will show face portraits for each character next to their name, instead of the default way of showing the sprites. Where would I find the scripts that need to be changed to do this? OR...is it not actually a matter of changing an existing script, but of making a completely new script? For this one, I even tried looking at the sample game you can get off Enterbrain's website (KNight's Blade)...since it shows face portraits in the menu, I thought I'd try to track down where in that game's scripts there is SOMETHING different from the standard...something that makes it show those faces, but I couldn't find anything. Of course, that most of the comment lines were in Japanese didn't help me on that one, I'm sure.
So, to make a long story short, this very fundamental part of scripting, for whatever reason, has completely eluded me...it's like I get what scripts are, I just have no clue what to do with them. I don't necessarily expect anyone to give me a complete, step-by-step, hand holding walkthru of how to script, I just need some general guidelines on concept of where things go. Sorry it's such a long post, but I wanted to make sure I accurately conveyed my problem. Much thanks and cookies to anyone who can help me figure this out!
Now, I understand the concept of scripting, and I have been looking at enough tutorials that I'm starting to get some of the language, but I guess you could say I have no idea what to actually do with any of it.
An example of what I mean: let's say I want to use a custom message window system in my game, so I can, say, have a character's name and face portrait appear next to the text boxes during dialogue. So I find one that sounds like it does what I want and I download it. Great.
Now what?
Do I just copy the whole script and paste it in somewhere in the editor in my game? Where? Does it go in one of the existing categories (i.e. "Game_System" or "Window_Message", etc.) or do I make a new one? What do I do with the already existing scripts that deal with message windows?
Or, let's say (along a somewhat similar line, I suppose) I want to make it so that when the player brings up the status menu, it will show face portraits for each character next to their name, instead of the default way of showing the sprites. Where would I find the scripts that need to be changed to do this? OR...is it not actually a matter of changing an existing script, but of making a completely new script? For this one, I even tried looking at the sample game you can get off Enterbrain's website (KNight's Blade)...since it shows face portraits in the menu, I thought I'd try to track down where in that game's scripts there is SOMETHING different from the standard...something that makes it show those faces, but I couldn't find anything. Of course, that most of the comment lines were in Japanese didn't help me on that one, I'm sure.
So, to make a long story short, this very fundamental part of scripting, for whatever reason, has completely eluded me...it's like I get what scripts are, I just have no clue what to do with them. I don't necessarily expect anyone to give me a complete, step-by-step, hand holding walkthru of how to script, I just need some general guidelines on concept of where things go. Sorry it's such a long post, but I wanted to make sure I accurately conveyed my problem. Much thanks and cookies to anyone who can help me figure this out!