From a6dfd3c112f9c16f692163f83251002dbd7bb521 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Thu, 18 Jun 2020 10:37:13 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index bd7584f..a47c948 100644 --- a/Home.md +++ b/Home.md @@ -17,6 +17,7 @@ Documentation * [**Base Combat Character**](Base-Combat-Character) - Changes to `CBaseCombatCharacter`, the class all players and NPCs derive from. * [**Base Weapon**](Base-Weapon) - Changes to `CBaseCombatWeapon`, the class all weapons derive from. --- +* [**VScript in Mapbase**](VScript-in-Mapbase) - An article which goes into detail about what VScript is and how it could be used. * [**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.