now really mostly fixed links in readme.md

This commit is contained in:
Sokomine 2024-03-16 17:05:14 +01:00
parent bbfbb20896
commit 8236c9826e

View File

@ -35,49 +35,49 @@ To get started, best install `yl_speak_up`, `npc_talk`, `mobs_redo` and `mobs_np
## Table of Content
1. [For players: How to use it as a player](#1-for-players)
1. [For players: How to use it as a player](#1-for-players-how-to-use-it-as-a--player)
1. [1.1 Terminology](#11-terminology)
1. [1.2 How it works](#12-how-it-works)
1. [1.3 How to configure NPC and add dialogs](#13-how-to-configure)
1. [1.3 How to configure NPC and add dialogs](#13-how-to-configure-npc-and-add_dialogs)
1. [1.4 Skin](#14-skin)
1. [1.5 Mute](#15-mute)
1. [1.6 Chat Commands for players](#16-chat-commands-players)
1. [1.7 Simple replacements (NPC name, player name etc)](#17-simple-variables)
1. [1.8 Alternate Text](#18-alternate_text)
1. [1.9 Autoselect/Autoanswer](#19-autoselect_autoanswer)
1. [1.10 Random Dialogs](#110-random_dialogs)
1. [1.11 Maximum recursion depth](#111-max_recursion_depth)
1. [1.12 Changing the start dialog](#112-start_dialog)
1. [1.6 Chat Commands for players](#16-chat-commands-for-players)
1. [1.7 Simple replacements (NPC name, player name etc)](#17-simple-replacements-npc-name-player-name-etc)
1. [1.8 Alternate Text](#18-alternate-text)
1. [1.9 Autoselect/Autoanswer](#19-autoselectautoanswer)
1. [1.10 Random Dialogs](#110-random-dialogs)
1. [1.11 Maximum recursion depth](#111-max-recursion-depth)
1. [1.12 Changing the start dialog](#112-changing-the-start-dialog)
1. [1.13 Special dialogs](#113-special-dialogs)
1. [1.14 Trading (simple)](#114-trading-simple)
1. [1.15 Quest items](#115-quest-items)
1. [1.16 Entering Passwords](#116-quest-passwords)
1. [1.17 Giving things to the NPC](#117-npc_wants)
1. [1.16 Entering Passwords](#116-entering-passwords)
1. [1.17 Giving things to the NPC](#117-giving-things-to-the-npc)
1. [1.18 Quests](#118-quests)
1. [1.19 Properties](#119-properties)
1. [1.20 Logging](#120-logging)
1. [1.21 Export/Import](#121-export)
1. [1.22 Storing internal notes](#122-notes)
1. [1.23 Counting visits to dialogs and options](#123-visit-counter)
1. [1.21 Export/Import](#121-exportimport)
1. [1.22 Storing internal notes](#122-storing-internal-notes)
1. [1.23 Counting visits to dialogs and options](#123-counting-visits-to-dialog-and-options)
2. [For moderators: Generic NPCs](#2-for-moderators)
1. [2.1 Generic behaviour](#21-generic_behaviour)
1. [2.2 Chat Commands for moderators](#22-chat-commands-moderators)
2. [For moderators: Generic NPCs](#2-for-moderators-generic-npcs)
1. [2.1 Generic behaviour](#21-generic-behaviour)
1. [2.2 Chat Commands for moderators](#22-chat-commands-for-moderators)
3. [For server owners: What to consider as a server owner](#3-server-owners)
3. [For server owners: What to consider as a server owner](#3-server-owners-what-to-consider-as-a-server-owner)
1. [3.1 Tutorial](#31-tutorial)
1. [3.2 The privs](#32-privs)
1. [3.3 Chat Commands for server owners](#33-chat-commands-owners)
1. [3.4 Reload mod without server restart](#34-hotreload)
1. [3.5 Restoring a lost NPC](#35-npc_restore)
1. [3.2 The privs](#32-the-privs)
1. [3.3 Chat Commands for server owners](#33-chat-commands-for-server-owners)
1. [3.4 Reload mod without server restart](#34-reload-mod-without-server-restart)
1. [3.5 Restoring a lost NPC](#35-restoring-a-lost-npc)
1. [3.6 Tools](#36-tools)
1. [3.7 Configuration](#37-configuration)
1. [3.8 Adding local overrides for your server](#38-server_overrides)
1. [3.9 Data saved in modstorage](#39-modstorage)
1. [3.10 Files generated in world folder](#310-files_generated)
1. [3.11 Additional custom replacements (in addition to NPC name, player name etc)](#311-add-simple-variables)
1. [3.12 Custom Preconditions, Actions and Effects](#312-precon_action_effect)
1. [3.13 Integration into your own NPC/mob mods](#313-integration)
1. [3.8 Adding local overrides for your server](#38-adding-local-overrides-for-your-server)
1. [3.9 Data saved in modstorage](#39-data-saved-in-modstorage)
1. [3.10 Files generated in world folder](#310-files-generated-in-world-folder)
1. [3.11 Additional custom replacements (in addition to NPC name, player name etc)](#311-additional-custom-replacements-in-addition-to-npc-name-player-name-etc)
1. [3.12 Custom Preconditions, Actions and Effects](#312-custom-preconditions-actions-and-effects)
1. [3.13 Integration into your own NPC/mob mods](#313-integration-into-your-own-npcmob-mods)
1. [3.14 Dynamic dialog](#314-dynamic-dialog)
4. [Future](#4-future)