/* The navbar, to be included in all files. */ document.write('\
    \
  1. About
  2. \
  3. Tutorial
  4. \
  5. Making and Editing
  6. \
  7. Outdoors
  8. \
  9. Towns
  10. \
  11. Terrain Types
  12. \
  13. Monster Types
  14. \
  15. Items
  16. \
  17. Advanced
  18. \
  19. Special Encounters
  20. \
  21. Dialogue
  22. \
  23. Customizing Graphics
  24. \
  25. Testing and Distributing
  26. \
\

Appendices

\
    \
  1. Special Encounter Node Types
  2. \
  3. Item Ability Types
  4. \
  5. Monster Ability Types
  6. \
  7. Starting Terrain Types
  8. \
  9. Blades Sound Effects
  10. \
  11. Text Messages
  12. \
  13. Spell and Alchemy Lists
  14. \
  15. Special Encounter Examples
  16. \
\ '); if(document.location.pathname.contains("appendix")) { var links = document.querySelectorAll(".navbar a"); console.log(links); for(var i = 0; i < links.length; i++) { links[i].href = links[i].href.replace("appendix/",""); } }