The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: Dwarra? on December 11, 2005, 03:16:53 AM

Title: Npc transformation?
Post by: Dwarra? on December 11, 2005, 03:16:53 AM
is it possible to make a npc transform during an event
Title: Npc transformation?
Post by: neosiris on December 11, 2005, 03:42:31 AM
Yeah.. use a switch, and make another page on the event, with the Precondition being the switching.
Title: Npc transformation?
Post by: Dwarra? on December 11, 2005, 04:08:12 AM
nvm that was a dumb question...
______________________________
thnx alot
Title: Npc transformation?
Post by: blueXx on December 11, 2005, 10:09:27 AM
err... a far better way is to make a move event and use the change graphics button this way you can change the graphics of all the events from 1 event and move event will also let you move the other events Xx

and no question is dumb
Title: Npc transformation?
Post by: Rikkuholic on December 11, 2005, 10:51:26 AM
Quote from: blueXx
err... a far better way is to make a move event and use the change graphics button this way you can change the graphics of all the events from 1 event and move event will also let you move the other events Xx

and no question is dumb


WOW! blueXx gave an answer even I understood! In the move event button, there is a change graphis button. That easy!
Title: Npc transformation?
Post by: Dwarra? on December 11, 2005, 11:03:44 AM
i asked how to change the event sprites appearance...want to change your mind now?
Title: Npc transformation?
Post by: Inaru on December 11, 2005, 03:00:47 PM
No. That's the best way to do it. Why do you ask?
Title: Npc transformation?
Post by: blueXx on December 11, 2005, 04:26:52 PM
Quote from: Dr_Swordopolis
i asked how to change the event sprites appearance...want to change your mind now?


what in move event- change graphics didn't you get? -.-
it's far  better than doing so with pages  :roll:

but of course if you want to keep it changed after you leave the map and return you'll need a new page but i didn't see that part in your post >>
Title: Npc transformation?
Post by: Zeriab on December 11, 2005, 09:29:17 PM
If you want to make a cut scene I'd say changing the graphic in the move event would be the easiest.
If you want interaction where new graphic = new functionality of the transformed NPC you should generally stick with making new pages. (You know, if his hair is black he'll say "Hi" and if his hair is white he'll say "Hello")
You don't need to use switches for that, but it's more stable to use and maintain than a no switch-using way. (There may be exceptions)

Let's have an example:

The local merchant got ill, so his youngest son has taken his place as the merchant.
This happened after the player have seen and talked with the local merchant.
The player comes back to the shop.
>Here we would like to another merchant, who sell other goods than before<

A way to utilize the
Title: Npc transformation?
Post by: blueXx on December 11, 2005, 09:48:48 PM
how can you possibly even compare the 2 ways?

move event change graphics is only for transformations that either change back or you can't leave the map and return

pages are of use only and only if you need it to stay in that graphic

now, during the event try not to use new pages at any time, if you precondition to the new graphic it's best that you turn the switch on only when the event is over and until then use change graphics in move event (needless to say, change it to the graphic it ends the event with)

each got it's use it just depends on your case, making a para or an autostart event will simply make it seem like you have no idea as for how to make that sort of a thing
Title: Npc transformation?
Post by: Zeriab on December 14, 2005, 11:30:34 AM
I compared the two ways since they both can be used to solve a specific problem. What I however did not do, was showing another problem where switches+pages would not be a very favourable way to choose, which I should have done.

Quote from: blueXx
pages are of use only and only if you need it to stay in that graphic


I disagree. Pages can be quite useful when structuring the code. Well-arranged code is easier to manage and comprehend. It may be more convenient to use switches+pages. Once again it depends on the situation.

Like you I
Title: Npc transformation?
Post by: Inaru on December 14, 2005, 09:21:27 PM
I prefer switches to anything else, because it keeps the amount of type low in the area for commands.
Title: Npc transformation?
Post by: Dwarra? on December 17, 2005, 12:52:16 AM
Quote from: Dr_Swordopolis
i asked how to change the event sprites appearance...want to change your mind now?


i was talking about the "there is no such thing as a dumb question" thing
Title: Npc transformation?
Post by: blueXx on December 17, 2005, 01:09:10 AM
in that case, i am still not changing my mind.
you see, people ask about how to use switches..
some of them even need picture tutorials...
it's sick...
what's so hard about a simple on and off button? -.-

even worse when it comes to variables... it's 3rd grade maths for crying out loud