Chaos Project

RPG Maker => Tutorials => Topic started by: tech williams on February 25, 2011, 06:01:07 pm

Title: I feel dumb.
Post by: tech williams on February 25, 2011, 06:01:07 pm
Ive been experimenting with scripts by taking others and braking them apart so I can see how they work. Then when I'm done I test it, but this code used variables and switches. do you have to make the Variables and switches, or is there a command that looks in the script and goes off that?
Title: Re: I feel dumb.
Post by: Ryex on February 25, 2011, 06:15:42 pm
afraid not, you'll have to configure the switches yourself.
Title: Re: I feel dumb.
Post by: tech williams on February 25, 2011, 06:44:58 pm
Quote from: Ryex on February 25, 2011, 06:15:42 pm
afraid not, you'll have to configure the switches yourself.


So I make the switches and put its id where it says "SWITCH=2" (2 being the id)
Title: Re: I feel dumb.
Post by: ForeverZer0 on February 25, 2011, 07:03:28 pm
Yeah thats the point of having a configuration for it in the script.
Title: Re: I feel dumb.
Post by: tech williams on February 25, 2011, 09:41:46 pm
Heh, ok, but I think I'll stick to eventing for a while, script is odd if you dont have a good tutorial.
Title: Re: I feel dumb.
Post by: ForeverZer0 on February 26, 2011, 12:42:20 am
I never used a tutorial when learning. I just used the documentation that came with RMXP, and kept fiddling with the scripts then checked for what it changed. Gradually you start to understand how it works. A LOT of trial and error.
Title: Re: I feel dumb.
Post by: tech williams on February 26, 2011, 07:46:24 am
I learn by seeing. I cant read about it I have to see whats going on, or brake it down and learn that way like im doing now. Luckily most of the things I need for my project I can do with events, but scripts still good to know.