From 8323255ea4bfa10ad096796491e3a8396d6a1acb Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 29 Mar 2025 17:43:28 +0100 Subject: [PATCH] docs: add command-changes concept --- .../concepts/fancynpcs/command-changes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/src/product-direction/concepts/fancynpcs/command-changes.md diff --git a/docs/src/product-direction/concepts/fancynpcs/command-changes.md b/docs/src/product-direction/concepts/fancynpcs/command-changes.md new file mode 100644 index 00000000..3dada686 --- /dev/null +++ b/docs/src/product-direction/concepts/fancynpcs/command-changes.md @@ -0,0 +1,12 @@ +# Command Changes + +Some commands need to be refactored to be more consistent with the new system. + +## turn_to_player and turn_to_player_distance + +These commands should be merged into a single command with two subcommands. + +- `/npc turn_to_player enabled (state)` +- `/npc turn_to_player distance (distance)` + +