From 9170965325eb08f3d58786ae2ff00d93d3828304 Mon Sep 17 00:00:00 2001 From: "Kyle J. Kemp" Date: Tue, 27 Aug 2024 07:54:57 -0500 Subject: [PATCH] Update gm-commands.md --- _docs/creators/gm-commands.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_docs/creators/gm-commands.md b/_docs/creators/gm-commands.md index 849a982..79481b1 100644 --- a/_docs/creators/gm-commands.md +++ b/_docs/creators/gm-commands.md @@ -35,7 +35,8 @@ If you're here, you're probably using the Mod Kit and running a local server whe | `@searchitems` | `@searchitems ` | Search the item database for items that partially match `query`. | | `@spellmod` | `@spellmod ` | Set the global potency override for `spell` to `potency`. If `list` is specified, show all overrides. | | `@startevent` | `@startevent ` | Start the given event, or stop it if it's already active. | -| `@summon` | `@summon ` | Summon the given player to your current location. +| `@summon` | `@summon ` | Summon the given player to your current location. | +| `@takeover` | `@takeover ` | Take over the NPC, allowing you to watch the NPC as if you were it. | | `@teleport` | `@teleport ` | Teleport to x,y on the current map. If `map` is specified, teleport to those coordinates on that map instead. | | `@teleportto` | `@teleportto ` | Teleport to the first creature or player matching your target. | | `@togglemapblock` | `@togglemapblock ` | Block the specified map from being entered, and kick out any players in that map. |