From e2c85996b92fdf4960baf6c6b91ef2862b10086f Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Tue, 16 Oct 2018 10:59:26 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7764b1f..2d9c9fa 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,7 @@ the directory to the PATH-Environment-Variable. | Added CURSORPOS.exe | | # Documentation + +| Command | Version Added | Syntax | Description | +| ------- | ------------- | ------ | ----------- | +| ANIMATION | v1 | ANIMATION | Plays an animation. **MS** specifies the amount of Milliseconds per Frame, and **ANIMATION** is just all the animation frames seperated by spaces.
Example:
ANIMATION 200 U u .. u
Will animate to:
U u .. u U u .. u U u .. u U u .. u U u .. u |