From f9e4dd7bc6b9bb234a2c39777b5f5cdd1c568a60 Mon Sep 17 00:00:00 2001 From: "Kyle J. Kemp" Date: Mon, 26 Aug 2024 16:21:16 -0500 Subject: [PATCH] Update gm-commands.md --- _docs/creators/gm-commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_docs/creators/gm-commands.md b/_docs/creators/gm-commands.md index deb94b9..849a982 100644 --- a/_docs/creators/gm-commands.md +++ b/_docs/creators/gm-commands.md @@ -29,6 +29,7 @@ If you're here, you're probably using the Mod Kit and running a local server whe | `@modcreature` | `@modcreature ` | Modify the target with the properties specified; these need to be formatted in a JSON-friendly format, such as `@modcreature stats.hp=1000` | | `@modground` | `@modground ` | Modify an item on the ground. Keep in mind that to access the item, you must modify `item.X` instead of how `@moditem` works. | | `@moditem` | `@moditem ` | Modify the item in your right hand with the properties specified; these need to be formatted in a JSON-friendly format, such as `@moditem trait.name=CoolTrait trait.level=2` | +| `@respawnnpc` | `@respawnnpc ` | Respawn an NPC in your current map with a name that contains `nameish`. | | `@resetdungeon` | `@resetdungeon ` | Reset the specified map dungeon with the given seed, or pick one if not specified. | | `@saveplayers` | `@saveplayers` | Save all players currently in the game. | | `@searchitems` | `@searchitems ` | Search the item database for items that partially match `query`. |