follow: Difference between revisions
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…') |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
; follow | ==config.txt== | ||
: 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 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. | |||
{| 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]] |
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. |