Difference between revisions of "follow"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page Follow to follow: Converting page titles to lowercase)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==follow==
+
==config.txt==
===follow [<boolean flag>]===
 
This option toggles player following. If this is set to '''1''' and [[followTarget]] is set, Kore will follow that player around.
 
  
* This is a [[config.txt]] setting. You may also want to take a look at config.txt options to set up follow configuration options.
+
; 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.
  
==follow (Console Command)==
+
==Console Command==
The '''follow''' command will have Kore attempt to follow the target specified target.
+
;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.  
  
===follow (<player>)===
 
: '''<player>''' is either the name of the person to follow, or an ID returned by '''[[pl]]'''.
 
: Kore will attempt to follow '''<player>'''.  If '''<player>''' is out of line of sight, Kore will automatically try to find '''<player>''' for about 10 seconds.
 
 
===follow stop===
 
: Kore will stop following its target.
 
 
===Examples:===
 
 
{| class="wikitable" border="1" cellspacing="0"
 
{| class="wikitable" border="1" cellspacing="0"
 
|-style=background-color:#F9F9F9;
 
|-style=background-color:#F9F9F9;
Line 21: Line 15:
 
!Description
 
!Description
 
|-
 
|-
|align=center|follow Mikoto
+
|align=center|follow <player>
|Attempt to follow the player "Mikoto" around.
+
|Follow the specified player  
|-
 
|align=center|follow 5
 
|Attempt to follow the player with the ID 5.
 
 
|-
 
|-
 
|align=center|follow stop
 
|align=center|follow stop
|Have Kore stop following its target.
+
|Stop following.  
 
|}
 
|}
  
=== See Also: ===
 
[[:Category:config.txt]] <BR/>
 
[[:Category:Movement]]
 
  
  
 +
[[Category:config.txt]]
 
[[Category:Console Command]]
 
[[Category:Console Command]]
[[Category:Character Control]]
 
[[Category:Movement]]
 
[[Category:config.txt]]
 

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.