From 07357e4b81edb6b754f2183dbf2ab3550dccc69b Mon Sep 17 00:00:00 2001 From: ammonia-cfx <38232208+4mmonium@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:57:04 +0300 Subject: [PATCH] Update SetAllRandomPedsFlee.md Correct the description and player parameter once more. --- PLAYER/SetAllRandomPedsFlee.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLAYER/SetAllRandomPedsFlee.md b/PLAYER/SetAllRandomPedsFlee.md index 4d916a9f5..7d1034501 100644 --- a/PLAYER/SetAllRandomPedsFlee.md +++ b/PLAYER/SetAllRandomPedsFlee.md @@ -8,9 +8,9 @@ ns: PLAYER void SET_ALL_RANDOM_PEDS_FLEE(Player player, BOOL toggle); ``` -Sets whether all random peds will run away from the player if they are agitated (threatened) (bool=true), or if they can stand for themselves (bool=false). +Sets whether all random peds will run away from the player if they are agitated (threatened) (bool=true), or if they will stand their ground (bool=false). ## Parameters -* **player**: The Player ID to set this to. +* **player**: the Player ID for whom you want to set this behavior. * **toggle**: true/false.