updated command desc

This commit is contained in:
psyopcutie 2026-07-19 20:56:08 +02:00
parent da751eb674
commit ab5e8ef138

View file

@ -56,7 +56,7 @@ class AnimationCommandSet : CommandSet(Privilege.ADMIN) {
}
/** Same as ::anims but only plays animations compatible with the player/humanoid skeleton. */
define("panims", Privilege.ADMIN, "::panims <From Animation ID> <To Animation ID> <(opt) Duration Per Animation>", "Plays animations from the From ID to the To ID, with a delay of 3 between animations, unless specified otherwise"){ player, args ->
define("panims", Privilege.ADMIN, "::panims <From Animation ID> <To Animation ID> <(opt) Duration Per Animation>", "Same as ::anims but only plays animations compatible with the player/humanoid skeleton."){ player, args ->
if (args.size < 3) {
reject(player, "Syntax error: ::panims <From Animation ID> <To Animation ID> <(opt) Duration Per Animation>")