follow: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; follow [<boolean flag>] : This option toggles player following. If this is set to '''1''' and followTarget is set, Kore will follow that player around. [[Category:config.t…')
 
No edit summary
Line 1: Line 1:
; follow [<boolean flag>]
==follow==
: 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 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 23:24, 21 January 2010

follow

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 (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:

Command Description
follow Mikoto Attempt to follow the player "Mikoto" around.
follow 5 Attempt to follow the player with the ID 5.
follow stop Have Kore stop following its target.

See Also:

Category:config.txt
Category:Movement