From 33e2dc415ecec389f1cff7a55d7caa2ede97a531 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Sun, 22 Feb 2026 16:44:38 -0300 Subject: [PATCH] Update waypoint_data.md --- docs/waypoint_data.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/waypoint_data.md b/docs/waypoint_data.md index acbb069c..9f5ec348 100644 --- a/docs/waypoint_data.md +++ b/docs/waypoint_data.md @@ -68,7 +68,9 @@ Time to wait (in ms) between each point. ### action -ID of the action to be performed. See [waypoint\_scripts.id](waypoint_scripts). +If positive, it's the ID of the action to be performed. See [waypoint\_scripts.id](waypoint_scripts). + +If negative, it sends DoAction(-action) to the creature (-123 \-\> DoAction(123)), which can be used in cpp and SAI scripts. ### action\_chance