Difference between revisions of "follow"

From OpenKore Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 +
==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 '''follow <player name or number>''' can be used to start following specified player, and '''follow stop''' to stop following.
+
==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]]
 
[[Category:Console Command]]

Revision as of 14:27, 10 May 2010

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.