From 8b4eba85c9a93dceae20d21374b12bc6317e6366 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Fri, 15 Jul 2022 13:23:52 +0200 Subject: Document command to spawn grunt/titan --- docs/modding-and-development/testing.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/modding-and-development') 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` -- cgit v1.2.3