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)` + +