From 94e80d956be45936bf1dfd370682ba18d84e9167 Mon Sep 17 00:00:00 2001 From: Xterionix <72647213+Xterionix@users.noreply.github.com> Date: Wed, 26 Mar 2025 12:58:08 +0500 Subject: [PATCH] Updated float_wander (#340) --- source/behavior/entities/format/behaviors/float_wander.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/behavior/entities/format/behaviors/float_wander.json b/source/behavior/entities/format/behaviors/float_wander.json index e5bbb1c6..9d184293 100644 --- a/source/behavior/entities/format/behaviors/float_wander.json +++ b/source/behavior/entities/format/behaviors/float_wander.json @@ -33,6 +33,12 @@ "description": "If true, the point has to be reachable to be a valid target.", "title": "Must Reach" }, + "float_wander_has_move_control": { + "title": "Float Wander Has Move Control", + "description": "If true, the MoveControl flag will be added to the behavior which means that it can no longer be active at the same time as other behaviors with MoveControl.", + "type": "boolean", + "default": true + }, "random_reselect": { "type": "boolean", "default": false,