• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Unown Text

Unown Text 1.0.1

Pokémon Essentials Version
v19.1 ➖
A basic plugin that lets you display Unown Text.
Information and instructions are included in the download.

Usage

To get a simple text box, you use the following script:

Unown Text:
Expand Collapse Copy
pb_unowntext("You are cool")

It will automatically be left aligned. If you want to change the alignment, you have to add an additional argument:

Unown Text with Alignment:
Expand Collapse Copy
# 0 = Left align
# 1 = Center align
# 2 = Right align
pb_unowntext("You are cool",1)

unown3.png


To display a background on the image like in Pokemon Crystal, use the following script. It also supports alignment.

Background Text:
Expand Collapse Copy
pb_unowntext_bg("abcdefghijklm~abcdefghijklm")

unown1.png


To display a panel, use this code:

Panel display:
Expand Collapse Copy
pb_unownscene("Testing
Testing
One two
three!")

unown4.png


To show Unown Mode, use the following code. Note: In this module, Unown Mode is NOT added to the Pokedex. You MUST trigger it from this script:

Unown Mode:
Expand Collapse Copy
pb_unownmode_scene()

unown3.png
Credits
Pokemon Essentials: Maruno
Code: PunishedFelix
Sprites: Pokemon Crystal Version

Credit if used, but feel free to do whatever you like with it. :)
Author
PunishedFelix
Downloads
907
Views
2,458
First release
Last update

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. Unown Mode!

    Unown mode works! This is a mode based on Unown Mode from Pokemon GSC. When you see a new Unown...
  2. Minor fixes + Added Panel mode

    Added panel mode, so you can view text as a separate panel as well with the same text...
Back
Top