From acad03c1040a78ec06c7367576b493ca7bc9ae04 Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Sun, 26 May 2019 15:14:16 +0200 Subject: fix(smart_scripts): Update documentation for SAI action type "SMART_ACTION_MOVE_TO_POS" (46) (#52) --- docs/smart_scripts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index bce1c23..f1ff56c 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -2750,13 +2750,13 @@ This is the probability of the event to occur as a percentage from 0-100. So, if

69

PointId

isTransport (0 or 1)

-

disablePathfinding (0 or 1)

+

controlled (0 or 1)

ContactDistance



-

PointId is called by SMART_EVENT_MOVEMENTINFORM. Continue this action with the TARGET_TYPE column. Use any target_type, and use target_x, target_y, target_z, target_o as the coordinates

+

PointId is called by SMART_EVENT_MOVEMENTINFORM. Continue this action with the TARGET_TYPE column. Use any target_type, and use target_x, target_y, target_z as the coordinates; if an entity is specified as target and also coordinates are set (target x,y,z) those coordinates are handled as offset from the target's position

SMART_ACTION_RESPAWN_TARGET

-- cgit