The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: LoneWolfe007 on May 04, 2008, 02:48:50 PM

Title: Pokemon Essentials kit?
Post by: LoneWolfe007 on May 04, 2008, 02:48:50 PM
Does anyone knoe about the Pokemon Essentials kit?

I am talking about the kit from http://www.upokecenter.com/
Title: Re: Pokemon Essentials kit?
Post by: Demonic Blade on May 05, 2008, 03:24:12 PM
Yup. You want to know whats in it, or what exactly do you want? And this doesn't have ANYTHING to do with tutorials pal. Fix the link please. You just need to remove everything so that only the main site is left.
Title: Re: Pokemon Essentials kit?
Post by: LoneWolfe007 on May 14, 2008, 01:36:42 AM
Oh sorry, no actually I was wondering if anyone could give me a tutorial on how to make it so in the beginning instead of picking from just one model of a boy or girl, I could have a choice between three different boy or girl models.
Title: Re: Pokemon Essentials kit?
Post by: Demonic Blade on May 14, 2008, 08:45:42 AM
:o, oh, well, sorry. ;)
Title: Re: Pokemon Essentials kit?
Post by: Caesis on May 14, 2008, 08:33:29 PM
I'm not on it now, so I can't give a detailed description

Okay, create a common event set to "none" to call it. Name it "Character choose"
Create a choice.
1. Boy1
    Change actor to the sprite you choose
      Erase event
2. Boy2
    Change actor to the sprite you choose
      Erase event
3. Boy3
    Change Actor to the sprite you choose
      Erase event
4. More
    1. Girl1
       Change Actor to the sprite you choose
          Erase event
    2. Girl2
       Change Actor to the sprite you choose
        Erase event
    3. Girl 3
       Change Actor to the sprite you choose
        Erase event
    4. Leave this blank.

Now create an event on the first map, set to "autorun" or "auto go" or whatever.
Set the event to say "call common event" and then character choose.
Show text "keep appearance?"
Show choises "Yes, no"
Yes - Erase event
No - Call common event "Character choose"

And I think that should do it.

If theres any problems, tell me.

Theres a 50% chance it will freeze, I will pull it up and try it. I just thought this up, so I'm curious if it will work.
Title: Re: Pokemon Essentials kit?
Post by: LoneWolfe007 on May 14, 2008, 08:56:20 PM
Can I add that into the pre existing into event that is already on there?
Title: Re: Pokemon Essentials kit?
Post by: Caesis on May 15, 2008, 12:45:43 AM
Yeah. You just need to call it in that event.


As I said before, I am not sure that it won't crash or something. Its just a theory, and if it does crash, I could find a way to make it work in a few miniutes.