// PAGE TEXT CONFIGURATION AND SETTINGS
//
//  Example:
//
//	"pagetext"
//	{
//		"1"
//		{
//			"text"		"Page 1 text goes here"
//		}
//		"2"
//		{
//			"text"		"Page 2 text goes here"
//		}
//		"3"
//		{
//			"text"		"Page 3 text goes here"
//		}
//    "4"
//    {
//      "text"    "Page 4 text goes here"  // So on..
//    }
//	}
//
//
//  Use "\n", no quotes, to start a new line on the current page your configuring
//  To make a yellow line of text put "->", no quotes, directly after \n before a number 1-9.
//  Do not put any Next, Back, or Exit options on your menus they are added by the mod

// THE ABOVE EXAMPLE IS NOT FUNCTIONAL ITS JUST A DISPLAY, TO CHANGE YOUR PAGE TEXT EDIT THE BELOW TEXT USING THE EXAMPLE AS A GUIDE


"pagetext"
{
	"1"
	{
		"text"		""
	}
	"2"
	{
		"text"		""
	}
	"3"
	{
		"text"		""
	}
	// You can put as many pages as you want but make sure to put the correct number.. (1, 2, 3, 4, 5..)
}
