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.)
Line 1: Line 1:
==follow==
+
; follow [<boolean flag>]
===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 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 (Console Command)==
 
The '''follow''' command will have Kore attempt to follow the target specified target.
 
 
===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"
 
|-style=background-color:#F9F9F9;
 
!Command
 
!Description
 
|-
 
|align=center|follow Mikoto
 
|Attempt to follow the player "Mikoto" around.
 
|-
 
|align=center|follow 5
 
|Attempt to follow the player with the ID 5.
 
|-
 
|align=center|follow stop
 
|Have Kore stop following its target.
 
|}
 
 
=== See Also: ===
 
[[:Category:config.txt]] <BR/>
 
[[:Category:Movement]]
 
 
 
[[Category:Console Command]]
 
[[Category:Character Control]]
 
[[Category:Movement]]
 
 
[[Category:config.txt]]
 
[[Category:config.txt]]

Revision as of 00:50, 22 January 2010

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