diff options
-rw-r--r-- | docs/modding-and-development/testing.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/modding-and-development/testing.md b/docs/modding-and-development/testing.md index 94aa9be..0ed94dd 100644 --- a/docs/modding-and-development/testing.md +++ b/docs/modding-and-development/testing.md @@ -28,3 +28,12 @@ This section applies to you if you're someone who's able to merge PRs in any of When reviewing pull requests on GitHub, make sure to checkout the changes made by a PR locally and test it there. In particular, test the parts of the code that are touched by a PR. After testing, make sure to mention the steps tested in your review. + +## Tips and toolkits + +(might require `sv_cheats 1`) + +**Spawn titan/grunt:** + +- For titan: `ent_create npc_titan; ent_fire !picker setteam 2` +- For grunt: `ent_create npc_soldier; ent_fire !picker setteam 2` |