Text Guide: Difference between revisions

From PMDOWiki
IDK (talk | contribs)
No edit summary
IDK (talk | contribs)
No edit summary
Line 45: Line 45:
Most special letters are placed in the [https://en.wikipedia.org/wiki/Private_Use_Areas Private Reserved Area]:
Most special letters are placed in the [https://en.wikipedia.org/wiki/Private_Use_Areas Private Reserved Area]:


Shop Prices: \uE100-\uE109
Shop Prices: <code>\uE100-\uE109</code>




Type icons: \uE080-\uE092
Type icons: <code>\uE080-\uE092</code>




Item icons: \uE0A0-\uE0B2
Item icons: <code>\uE0A0-\uE0B2</code>




Button icons: \uF000-\uF029
Button icons: <code>\uF000-\uF029</code>


There are many more than listed here, and more may be added with new control schemes…
There are many more than listed here, and more may be added with new control schemes…




Unown Font: \uE041-\uE05A
Unown Font: <code>\uE041-\uE05A</code>


\uE03F
<code>\uE03F</code>


\uE021
<code>\uE021</code>


If you shift the characters in your text by E000, you will automatically translate English letters to Unown.  Make sure everything is capitalized.
If you shift the characters in your text by E000, you will automatically translate English letters to Unown.  Make sure everything is capitalized.
Line 70: Line 70:
Misc Icons:
Misc Icons:


\uE10A
[[File:E10A.png|frameless]] <code>\uE10A</code>


\uE10B
[[File:E10B.png|frameless]] <code>\uE10B</code>


\uE10C
[[File:E10C.png|frameless]] <code>\uE10C</code>


\uE10D
[[File:E10D.png|frameless]] <code>\uE10D</code>


\uE023
[[File:E023.png|frameless]] <code>\uE023</code>


\uE024
[[File:E024.png|frameless]] <code>\uE024</code>


\uE040
[[File:E040.png|frameless]] <code>\uE040</code>




[[Category:Scripting]]
[[Category:Scripting]]
[[Category:Quick Reference]]
[[Category:Quick Reference]]

Revision as of 01:24, 7 September 2022

This document is a guide to displaying dialogue text in PMDO.

Text Tester

This utility can be found in the Scripting tab of the dev panel:

Enter text into the textbox, and click on the “Dialogue” box to display a textbox with the dialogue.

Make sure that you are currently in a ground or dungeon map (Not the title screen!). You can jump to one of those maps by using F12 or F1+F12 respectively.

Text Tags

Color Text

Welcome to [color=#FFC663]Treasure Town[color]!


Pause Text

Ready,[pause=30] set,[pause=0] GO!


Break Text into Multiple Windows

Curiosity killed the cat.[br]But satisfaction brought it back.


Scroll To Next Window

Curiosity killed the cat.[scroll]But satisfaction brought it back.


Call Script (WIP)

I’m talking,[script=0] and as I talk someone emoted.


Special Characters

Use unicode escape characters to achieve special characters:

The total comes to 500\uE024. Will you pay?
Thanks! \u266A Please come again \u266A


Most special letters are placed in the Private Reserved Area:

Shop Prices: \uE100-\uE109


Type icons: \uE080-\uE092


Item icons: \uE0A0-\uE0B2


Button icons: \uF000-\uF029

There are many more than listed here, and more may be added with new control schemes…


Unown Font: \uE041-\uE05A

\uE03F

\uE021

If you shift the characters in your text by E000, you will automatically translate English letters to Unown. Make sure everything is capitalized.


Misc Icons:

\uE10A

\uE10B

\uE10C

\uE10D

\uE023

\uE024

\uE040