Usage
Usage
Preparation
Preparation
First, please import <FrameShadowText>.
It isn't cared where you insert it.
This function is used for places where usual letters are hard to see.
Therefore, if you don't have any special reasons, I will recommend inserting it.
(It doesn't compete with scripts which are distributed in other sites.)
If you don't want to import it, please replace
draw_frame_text and
draw_shadow_text by
draw_text, or import the following script.
class Bitmap
alias draw_frame_text draw_text
alias draw_shadow_text draw_text
end
Afterwards, please import functions which you want to use following order.
[Scene_Debug]
<Distributed scripts>
[Main]
It operates even if you didn't import <Base function> except <FrameShadowText>.
If you use functions which use elements, for instance, <SkillGrouping> <SPCostAlter>,
need to import <RemoveElements> too.
You only have to import this, special elements([MagicWeapon], [RateDamage], etc.) are ignored automatically when calculating damage.
↑ Top
Notes
Notes
Some functions, for instance, <Active Count Battle(ACB)>, needs images(gauge, order bar, etc.).
If you use those functions, you may use images which were attached to "The project for development"(RGSS sample).
↑ Top