Modding:Parse Tester
The parse tester is a tool that modders can use to easily test their text variables in-game.
Accessing the tool
1. Launch the full version of the game as an active subscriber 2. While in game, press ` 3. Choose `Text Editor` at the new bar that display as the bottom 4. From the top row of tabs, click `Run-Time / Modding` 5. Click `PARSE_TESTER_BLANK` and in the box on the right, paste in your text. Ex: `Hello, SPECIES.` 6. Click `Parse Tester...` 7. The resulting window will show your text evaluated (ex: `Hello, human.`)
Note that it uses whatever state the player is in at the time you press the parse tester button. Therefore, depending on what you are testing, you may want to start the game first before testing. You can also use the button at the bottom of the parse tester to quickly change the player's form and re-run the text evaluation.