- 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:
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
It will automatically be left aligned. If you want to change the alignment, you have to add an additional argument:
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
		
	
To display a background on the image like in Pokemon Crystal, use the following script. It also supports alignment.
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
		
	
To display a panel, use this code:
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
		
	
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:
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
		
	
					
					
	
		
			Information and instructions are included in the download.
Usage
To get a simple text box, you use the following script:
			
				Unown Text:
			
		
		
		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:
			
		
		
		# 0 = Left align
# 1 = Center align
# 2 = Right align
pb_unowntext("You are cool",1)
	To display a background on the image like in Pokemon Crystal, use the following script. It also supports alignment.
			
				Background Text:
			
		
		
		pb_unowntext_bg("abcdefghijklm~abcdefghijklm")
	To display a panel, use this code:
			
				Panel display:
			
		
		
		pb_unownscene("Testing
Testing
One two
three!")
	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:
			
		
		
		pb_unownmode_scene()
	- Credits
 - Pokemon Essentials: Maruno
Code: PunishedFelix
Sprites: Pokemon Crystal Version
Credit if used, but feel free to do whatever you like with it. :) 
	