Difference between revisions of "follow"

From OpenKore Wiki
Jump to navigation Jump to search
m (Undo revision 1326 by Cirvaazny (Talk) to conform with config.txt page standards.)
m (Conversion script moved page Follow to follow: Converting page titles to lowercase)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
; follow [<boolean flag>]
+
==config.txt==
: This option toggles player following. If this is set to '''1''' and [[followTarget]] is set, Kore will follow that player around.
+
 
 +
; follow <boolean flag>
 +
: This config option toggles player following. If this is set to '''1''' and [[followTarget]] is set, Kore will follow that player around.
 +
 
 +
==Console Command==
 +
;follow {<player> | stop}
 +
:Console command '''follow <player name or number>''' can be used to start following specified player, and '''follow stop''' to stop following.
 +
:<player>
 +
::- a player name, or a corresponding number from the player list when you use the pl command.
 +
 
 +
{| class="wikitable" border="1" cellspacing="0"
 +
|-style=background-color:#F9F9F9;
 +
!Command
 +
!Description
 +
|-
 +
|align=center|follow <player>
 +
|Follow the specified player
 +
|-
 +
|align=center|follow stop
 +
|Stop following.
 +
|}
 +
 
 +
 
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 +
[[Category:Console Command]]

Latest revision as of 22:34, 26 April 2021

config.txt

follow <boolean flag>
This config option toggles player following. If this is set to 1 and followTarget is set, Kore will follow that player around.

Console Command

follow {<player> | stop}
Console command follow <player name or number> can be used to start following specified player, and follow stop to stop following.
<player>
- a player name, or a corresponding number from the player list when you use the pl command.
Command Description
follow <player> Follow the specified player
follow stop Stop following.