From e09f745dc3f7f07f94f7ebc69ab3ee23bf1bb3ea Mon Sep 17 00:00:00 2001 From: Blixibon Date: Mon, 16 Sep 2019 11:48:50 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 9ef8a50..f685dcf 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,9 @@ Right now, the repo this wiki belongs to is a blank fork of Source 2013. It is n This wiki is mostly being written by Blixibon (the creator of Mapbase) and any sentences written in first-person (e.g. "I added this") usually refer to him. -* [**Frequently Asked Questions (FAQ)**](https://github.com/mapbase-source/source-sdk-2013/wiki/Frequently-Asked-Questions-(FAQ)) +* [**Introduction to Mapbase**](Introduction-to-Mapbase) + +* [**Frequently Asked Questions (FAQ)**](Frequently-Asked-Questions-(FAQ)) Articles: --- @@ -13,6 +15,8 @@ Articles: * [**Credits**](Mapbase-Credits) - Credits for the Mapbase project as a whole. --- * [**Base Entity**](Base-Entity) - Changes to `CBaseEntity`, the class all entities derive from. +* [**Base NPC**](Base-NPC) - Changes to `CAI_BaseNPC`, the class all NPCs derive from. +--- * [**Filters**](Filters) - A list of new filters and changes to filters, e.g. `filter_activator_context`. --- * [**I/O System Changes**](I-O-System-Changes) - An overview of how the system that handles inputs and outputs has changed.