The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: Heretic86 on March 25, 2012, 09:55:24 AM

Title: How do you think I should set my Script's Options?
Post by: Heretic86 on March 25, 2012, 09:55:24 AM
Working on a Caterpillar Script, came across something that will probably give people trouble when they use it.  It is something I am writing, and can do myself, Im just curious how you would like me to set it up for you!

This is how this Caterpillar works.  The characters that follow the Player around are all Events that can be manipulated like any other Event.  During certain types of Cutscenes, and due to the way the default engine handles Set Move Route, I've decided to try a Page option.  I think that a person that uses my script may also have funky conditions where they might want to use a Different Page for a Caterpillar Actor, like me.  When the Page Conditions Change, the Characters Graphics change to the Graphic defined for the Event on that Page.  This is how the Default Engine works.  Graphics can be set PER PAGE, but with the Caterpillar, it may cause a "Glitch".

Do you think that I should keep the Caterpillar Actor's Graphic to be the SAME on ALL Event Pages, regardless of the Graphic on that Page, or should I find another way to keeps Cat Actor Graphics?

Pro's and Cons:

Pro:  By allowing an Event's Graphics for JUST THE CAT ACTORS to stay the Same across every Page of the Event, anyone who uses this Script wont have to use extra Script Commands.  Also, the Graphics can still be changed by using a Move Route -> Change Graphic.

Con:  There is functionality provided by the Default Engine when it changes the Graphics for you.  Developers may want to use the Change Graphics Per Page for the way they set up their game.

What do you think?