Difference between revisions of "follow"

From OpenKore Wiki
Jump to navigation Jump to search
m
m (Syntax)
Line 1: Line 1:
 
==config.txt==
 
==config.txt==
  
; follow [<boolean flag>]
+
; 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.
 
: This config option toggles player following. If this is set to '''1''' and [[followTarget]] is set, Kore will follow that player around.
  
 
==Console Command==
 
==Console Command==
;follow (<player> | stop)
+
;follow {<player> | stop}
 
:Console command '''follow <player name or number>''' can be used to start following specified player, and '''follow stop''' to stop following.
 
:Console command '''follow <player name or number>''' can be used to start following specified player, and '''follow stop''' to stop following.
 
:<player>
 
:<player>

Revision as of 08:20, 16 August 2012

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.