diff --git a/Debug-Commands.md b/Debug-Commands.md index 0162fc1..753ec06 100644 --- a/Debug-Commands.md +++ b/Debug-Commands.md @@ -18,4 +18,16 @@ Mapbase adds auto-completion to both commands, searching through the entity fact `npc_create_aimed` is an existing command identical to `npc_create`, except it spawns the NPC facing away from the player that spawned it. Mapbase also adds `ent_create_aimed`, a new command equivalent to `npc_create_aimed`, except for `ent_create`. Both commands use the same auto-completion changes mentioned above. +## npc_select, etc. + +**Not implemented in public build; v1.2 change** + +`npc_select` is an existing command that lets NPCs get "selected" for debugging purposes, such as to make them perform special actions or print additional information to the console. + +Using `npc_select` alone just gets the entity the player is looking at, which is standard practice, but a name can be passed as well. However, by default, this does not have auto-completion like `ent_fire` does. + +There are other commands with this behavior (todo) + +Mapbase adds auto-completion to `npc_select` and related commands. + (todo) \ No newline at end of file