• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
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
859
Views
2,440
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